Latest Laravel/PHP Articles

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


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: "...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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...
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...
Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future. Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future.
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...
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.
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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...

stitcher.io

Slashdash
A year or so ago, I stumbled upon a website for yet another document language similar to YAML, JSON or XML; it was called https://kdl.dev/. I don't know what be...
when we are using @push('scripts') in laravel livewire components blade file. Then following lines need to be added in layout file app.blade.php for @push('scri...
Laravel provides a clean interface for building https://www.iankumu.com/blog/laravel-rest-api/. Rest APIs have been the defacto way of building flexible and sca...