Adding real-time chat in 14 lines of code with Laravel Reverb and Livewire
A nice real-world example on how you can add Reverb to an existing Laravel app
Read more [laradir.com]
A nice real-world example on how you can add Reverb to an existing Laravel app
Read more [laradir.com]
– koomai.net - submitted by Sid
A detailed look at how Laravel's defer() helper works.
Read more [koomai.net]
Join 9,500+ smart developers
Get my monthly newsletter with what I learn from running Spatie, building Oh Dear, and maintaining 300+ open source packages. Practical takes on Laravel, PHP, and AI that you can actually use.
No spam. Unsubscribe anytime. You can also follow me on X.
"Always fresh, useful tips and articles. Carefully selected community content. My favorite newsletter, which I look forward to every time."
These attributes help you inject various pieces of data into your classes
Read more [www.amitmerchant.com]
– geoligard.com - submitted by Goran Popović
See how to easily modify and override methods found in the framework's Request class in order to handle specific routes with sizeable payloads.
Read more [geoligard.com]
– youtu.be - submitted by Bert De Swaef
A recap video about our trip to Dallas Texas for Laracon US 2024. Featuring the trip, the apartment, the view, the bars, the restaurants, the venue, and its speakers.
Read more [youtu.be]
– qirolab.com - submitted by Harish Kumar
At Laracon US 2024, Taylor Otwell and the Laravel team introduced a series of "minor" features for Laravel 11 that are anything but minor.
Read more [qirolab.com]
– flareapp.io - submitted by Spatie
Read more [flareapp.io]
– myray.app - submitted by Spatie
Read more [myray.app]
– ashallendesign.co.uk - submitted by Ash Allen
Read about how to use PHP 8.4's new "array_find", "array_find_key", "array_all", and "array_any" functions. The article also shows you the Laravel equivalents so you can achieve the same goal now.
Read more [ashallendesign.co.uk]
– tighten.com - submitted by Jamison Valenta
Learn how to add full-text search into your Laravel apps. From simple LIKE queries to MySQL full-text indexes, and landing on Laravel Scout powered by @typesense.
Read more [tighten.com]
– gummibeer.dev - submitted by Tom Witkowski
How to retrieve any geographical data from OpenStreetMap and transform them into usable PHP objects.
Read more [gummibeer.dev]
Tobias is organising another edition of his survey. If you're into Laravel, I highly encourage to participate.
Read more [stateoflaravel.com]
– ashallendesign.co.uk - submitted by Ash Allen
Learn how to fake and record HTTP responses so you can test your Saloon API integration in your Laravel applications.
Read more [ashallendesign.co.uk]
We’ve released a new package called spatie/pest-plugin-route-testing. This package can test all common routes in your Laravel app by writing a single test.

In this blog post, I’d like to tell you all about it.
We’ve published a new package called livewire-filepond, which contains a component to easily upload files.
Under the hood, Filepond, a powerful JavaScript library to upload files, is used.
– wire-elements.dev - submitted by Philo
Livewire Strict helps enforce security measures and prevents you from having unprotected sensitive public properties.
Read more [wire-elements.dev]
– youtu.be - submitted by Bert De Swaef
In this episode of the Quick Win Wednesday series, we're taking a look at whereAny(), which was released with Laravel 10.47. A very elegant way of grabbing data based on a conditional "any of the following columns".
Read more [youtu.be]
When Laravel switched to a simpler exception page, the ability to display solutions for an exception was lost.
Our latest package, called spatie/laravel-error-solutions brings back that powerful feature. When installed, it will display solutions for most common exceptions.
Here’s how that looks it:

And yes, some solutions, like the one in the screenshot above, can be executed on the exception page too.
In this blog post, I’d like to tell you all about it!
– tighten.com - submitted by Jamison Valenta
Single Page Apps... without writing any JavaScript? Let’s do it! Learn how to unlock the power of HTMX in your Laravel applications in our newest blog article from @nicodevs.
Read more [tighten.com]
Here's how our latest package works under the hood.
Read more [sebastiandedeyne.com]