Latest Laravel/PHP Articles

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


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...
!!!Warning the content below contains beautiful code! If you have a heart condition or prefer procedural code. Do not trespass this paragraph!!! Sometimes these...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
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...
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...
Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge. Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge.
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...
What’s New In Laravel 6?Taylor Otwell, the creator of Laravel, has been teasing the 6.0 release for a few months now and today it has finally officially dropped...
Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge. Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge.
With a plethora of web development frameworks available in the current market, Laravel has always made the heads of the developers turn towards it because of it...
Laravel 6 is Released and it’s now available to everyone. This release includes compatibility with Laravel Vapor, improved authorization responses, job middlewa...
One of the problems of PHP as a programming language is the fact that you can only have single inheritance. This means a class can only extends only one other c...
I have been having a difficult time finding a tutorial on how to create an API in Lumen that has more than one table. So, instead of searching for one I decided...