Latest Laravel/PHP Articles

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


If you are working with multiple database connections in your Laravel project. And you are looking to run migrations for specific database connection. php artis...
Rauno Freiberg. Creating software that makes people feel something. Design engineer unsatisfiably curious about novel interfaces. Trying to paint with code. Rel...
https://ohdear.app is the all-in-one monitoring tool for your entire website. We monitor uptime, SSL certificates, broken links, scheduled tasks and more.
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
One of the more annoying problems when working with data is creating a system to save data from RAM into long-term storage so it can be loaded back into RAM and...
Have you ever encountered the "has been attempted too many times or run too long" Laravel queue error? If you use $tries, $backoff parameter, and retryUntil() m...
Right now I can't give you a date, but I CAN be transparent about the process and my progress, so here's what I would type to everyone who asks if I had time: "...
A kill switch—sometimes known as a https://en.wikipedia.org/wiki/Dead_man%27s_switch—is a type of safety mechanism common in machinery that interrupts a process...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
We've released a new package called https://spatie.be/docs/laravel-notification-log. True to its name, it will log when your Laravel app sends notifications.
One of the most popular design patterns is the Builder pattern. The Builder pattern is used to create complex objects with a simple step-by-step approach.
Livewire is a popular package for Laravel developers that enables them to build dynamic interfaces with minimal JavaScript. In this blog, we'll go through the s...
Onboarding a new developer to our team can be a complicated process. In this article, we’ll discuss what pair programming is, how to do it, and the benefits and...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Laravel global scopes are great, but I don't see them used a lot. Instead, I see a lot of local scopes being used to achieve the same thing. But I lear...
Last year, I contributed a new https://laravel.com/docs/9.x/packages#about-artisan-command command to the Laravel framework. This command prints out information...
https://ohdear.app is the all-in-one monitoring tool for your entire website. We monitor uptime, SSL certificates, broken links, scheduled tasks and more.
You can extend PHPUnit by creating and using abstract test classes and traits - or by using PHPUnit's event system. As one of the contributors to PHPUnit's new...