Latest Laravel/PHP Articles

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


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.
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...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.

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...
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.
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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...
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...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
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,...
A Tiny Bit of ProgrammingSep 5 · 3 min readThis article assumes that you went through the previous short tutorial:
To use Gmail with PHP the PHPMailer class is required. You can download it here. The idea is to simply log in to your own Gmail with PHP and send an email from...