Latest Laravel/PHP Articles

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


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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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...
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...
Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future. Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future.
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,...
A Tiny Bit of ProgrammingSep 5 · 3 min readThis article assumes that you went through the previous short tutorial:
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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...
!!!Warning the content below contains beautiful code! If you have a heart condition or prefer procedural code. Do not trespass this paragraph!!! Sometimes these...
PHP is a beautiful language. The beautiful syntax allows beginners and experts to write effective code. Sending e-mails with PHP is very simple. It just require...
Writing migrations in Laravel can sometimes be cumbersome and prone to mistakes. This is especially the case when adding new columns to an existing table. For e...