Latest Laravel/PHP Articles

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


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...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
!!!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...
In this course, you’ll learn how to create an E-Commerce Website from scratch in Laravel. The process has never been easier I’ll take you from the very beginnin...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Aliases in SQL are temporary names you can give to a table or column for a particular SQL Query. They are useful when original names are very big or not readabl...
Certified Laravel | PHP | Magento Developer.
In my last article Easy Peasy RabbitMQ Squeezy, I wrote how RabbitMQ works. I tried to mention in-depth with easy examples so that even if a noob comes in to le...
When someone mentions SMS services, people tend to imagine a system of quick-messages transmission for communication between people. But in the modern world, SM...