Latest Laravel/PHP Articles

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


Probably one of the single, most frustrating things for me when it came to setting up Homestead on Windows was not being able to enable SSL/HTTPS. This problem...
PHP machine-readable text Preprocessor could be a server scripting language and a robust tool for creating dynamic and interactive sites. PHP could be a widely-...
Take a look at this link in Laravel 5.8. As you see, there is a bearerToken() method on the Illuminate\Http\Request object, which gets the bearer token from the...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
The reason for this tech stack is to ensure a perfect “Separation of Concerns” for frontend and backend development. We can achieve such separation correctly by...
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.
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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.
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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.