Latest Laravel/PHP Articles

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


In Laravel, you can create a hashed password using Bcrypt. The syntax is: This creates a hashed password. In the controller or model, you can use it. If a user...
One of my partners asked me for support on his personal website. He is not a pro user, meaning that he created a simple website a couple of years ago and relies...
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...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
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...
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...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
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...
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...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
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...
In Laravel, we commonly face the problem of adding repetitive filtering in Controllers. While working in controller classes, need to add repetitive filtering. I...