Latest Laravel/PHP Articles

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


This is a friendly introduction to Laravel 9 API authentication using JWT. In this tutorial we will learn how to use JSON Web Token (JWT) to secure REST APIs in...
This article was originally written by Geshan Manandhar on the Honeybadger Developer Blog. In the past 5 years, both Docker and Laravel have exploded in popular...
There are mainly three kinds of caches in Laravel that you need to clear all the related junk files and optimize the performance of the application. Here are al...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Scout APM helps PHP developers pinpoint N+1 queries, memory leaks & more so you can troubleshoot fast & get back to coding faster. Start your free 14-day trial...
In Part-17 of the Laravel 9 Tutorial to create a Multi-Vendor E-commerce Website in Laravel, we will continue working on vendors settings in which we will add t...
Command Bus is a very powerful pattern, which can help you in decoupling your application modules. You can in an easy way separate small actions, and trigger th...

www.amitmerchant.com

Console Logging the Right Way
Haters gonna hate and call you uncultured but when it comes to debugging, doing console.log() is one of best the best ways of all time. Period. Well! sort of! C...
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.
What Is Domain-Driven Design or DDD? Domain-Driven Design is a software development approach that tries to bring the business language and the source code as cl...
Scout APM helps PHP developers pinpoint N+1 queries, memory leaks & more so you can troubleshoot fast & get back to coding faster. Start your free 14-day trial...
Ryan Chandler has introduced an amazing package called Blade-cache-directive that enables you to cache the chunks of your Blade markup easily in Laravel. This p...
Are you getting errors with laravels groupBy()? Here is short explanation of why. Stay up to date with all things Laravel, PHP, and JavaScript.
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
You might think that the way your store your data isn't really that important. Well it's more important than you think it is. A good database design just like g...
Sometimes, We requires to show messages in our website like Form Submitting Success Messages, Updates Messages, Alert Messages, Notification Messages etc. Using...
The other day, I was stumbled upon a scenario where I need to check whether there exists at least one key of a certain value in an array of objects. Check the f...
At almost every Laravel conference you can find at least one talk that covers Laravel's service container – and rightfully so. The service container is one of t...