Latest Laravel/PHP Articles

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


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...
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...
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.
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.
Laravel is really a powerful PHP framework that promises swift development owing to host of its inherent features and functions. Using Laravel gives developers...
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.
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.
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...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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.
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...