Latest Laravel/PHP Articles

Latest Laravel/PHP Articles curated daily from around the web.


Some of the problematics when using frameworks is that you’re bound to what their tools provide, and in some parts you have to do things the framework way — thi...
Awesome tutorial to learn basics about Laravel Nova. Laravel Nova is an administration tool for web developers to create admin panels. TechCluesBlog is an e-lea...
In this article I’m going to build a Single Page Application (SPA) with Laravel 5.8, Vue.js, Vue Router and a Tailwind CSS landing page template.
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
Laravel awesome PHP framework, Php developers become mighty because of Laravel powerful features, and it has passed long time , during this time laravel has int...
GitHub Actions (https://github.com/features/actions) is a powerful tool provided by GitHub for continuous integration. GitHub Actions allows you to execute some...

concatly.com

SQL INNER JOIN
SQL INNER JOIN statement selects data present in both (or more) tables according to the common field between them. It matches all the rows in table 1 with all t...
Users without any coding experience, who are looking for a very simple and quick way to create an app using lavalite. Developers with a lot of overlap in the co...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Everyday we need to run some task automatic in the web server for various purpose, Suppose we have a SASS product and a lot of user using it by monthly subscrip...
Hi, I’m Valerio a software engineer and Laravel-certified developer based in Naples, Italy.
This article is part of a series where I document insights, changes and rethinking that I experienced while refactoring the codebase for Pulse — a painless and...
The latest version of PHP 7.4 is coming soon. Release candidate 1 (the first of 6 planned RCs) was just released on 5th September and 7.4 is scheduled for Gener...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
I encounter this issue while working on an application for a client recently. Instead of using a JWT library build for Laravel, I used firebase/php-jwt to gener...
Custom validation rules introduced in Laravel 5.5. Laravel custom validation makes it possible to add validation rules that are not defined in laravel. In this...
When you have more than one Storage::disk('s3')->files() calls in your codes, it sends multiple HTTP requests to S3 which is not good for performance. To enhanc...
Php community is very happy with the new release of latest release PHP 7. It doesn’t mean that PHP’s old version has not been working properly. On the contrary,...