Latest Laravel/PHP Articles

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


We will build a custom authentication guard allowing admin to login and logout separately from the default user guard.
Sometimes you might want to create a function that is available everywhere, this is where this tutorial comes in handy for you 👏 Everywhere I look I see tutoria...

blog.laravel.com

The Laravel Blog
First, card failures for new subscriptions are handled differently. Cashier will now throw a custom exception instead of the Stripe Card exception. Additionally...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Laravel v5.8.12 is released in 2019/04/16, here are the changes we`ve merged into this release. AddedAdded Illuminate\Support\Collection::duplicates() (#28181)(...
Some of us are wondering, what if I could generate next production API and what if it could be based on a popular Laravel framework? Are there such tools that p...
When I want to deploy my last changes to my VPS, I always connect my server with ssh and pull the project, install last packages, run migrations, and so on. I’m...
Many developers are struggling with testing form requests in an efficient way. Most of the time you’ll end up with writing a seperate unit test for each rule th...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Laravel have standard time intervals built in to run cron job, which any body can easily use. But the draw back is, what if the user wants to choose a custom da...
I know that makes perfect sense to let your users to create text using a WYSIWYG editor like CKEditor, Jodit, TinyMCE, or whatever, but there are occasions wher...
Most people ain’t aware that PDO which is what most modern PHP application use to talk to databases, don’t have a built in mechanism for escaping column names l...
Easy-guide to integrate Laravel Application with Digital Ocean Spaces. “Digital Ocean Spaces with Laravel” is published by Martin Oppenheimer in Light-it
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
Released in February 2015, Laravel 5.0 has become one of the most popular PHP web frameworks. Being a versatile framework, it is the preferred choice of global...
In this new series, we’ll be exploring the concept of custom validation rules in Laravel and how they can assist you. I’m posting an article each day with a new...
Certain tasks within Laravel’s Eloquent ORM can become very repetitive and tedious within larger applications.There’s a lot of semi-hidden functions and less-kn...
For the framework releases (as well as Lumen), we do 2 major releases each year. It's also our recommendation that you try to stay up-to-date with each release...