Latest Laravel/PHP Articles

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


Welcome to the much-belated Part 2 of my Laravel Authentication series! As promised, in this chapter we’ll be diving more into the nuts and bolts of the authent...
In larger projects, often we find ourselves making new files – controllers, events, jobs and so on – as the project goes. For these classes, we have all the com...
I’m Valerio, a Software Engineer and Laravel Certified Developer based in Italy. For more than 10 years I joined others teams to help improve their software.
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Laravel is really a powerful PHP framework that promises swift development owing to host of its inherent features and functions. Using Laravel gives developers...
Today, I decided to simplify my controllers by introducing laravel request objects. But if we send an update request with only the description, laravel will giv...
This is a continuation to my last text, about testing. Our system has a React Front and a PHP Laravel Back with a SQL database. Now I’ll talk about the back-end...
Certified Laravel | PHP | Magento Developer.
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Have you ever thought of creating an algorithm where your app can make its own decision, or can handle some weird things that your client throws at it as they d...
In Laravel, we commonly face the problem of adding repetitive filtering in Controllers. While working in controller classes, need to add repetitive filtering. I...
I’ve decided to revitalize an old project I had started creating from 2017. One of the requirements were to make it modular based, on a core level, and for exte...
When writing applications, it is often necessary to weave functionality through the events that occur to an object of a class that you have created.
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Laravel Validation system has 60+ validation rules available, but what if you want something extra? You can easily create your own validation rule, or use somet...
Following along with Laracasts TDD series, I found a neat little shortcut to writing the model tests for required fields that you may find useful.
Not so long ago, I created a website project that require my website to view a PDF file directly. I started my research and found some alternatives for my needs...
Hey Guys! This is Aman. Hope you all are doing well. Hope you all read my last blog which was of the Laravel Authorization. In that blog, we learned how to work...