Recent Articles
Original Laravel
Let;s define some of the more confusing configurations in Laravel queue management.
Anthony Rappa
Top Packages
From The Community
Community Package
WireSpy—a sleek new debug bar for Livewire
Take your Livewire development to the next level with WireSpy. Instantly debug and interact with your components—inspect their state, modify it on the fly, and even time-travel through state changes to pinpoint issues. Stay on top of every event with a dedicated events page that shows dispatched events, the originating component, and the exact data payload. And with the hot reload feature, any changes to your component files automatically refresh, keeping your workflow fast and efficient. WireSpy gives you the power and precision you need to build and debug your Livewire apps.
Community Laravel
Ensuring Environment Variables Are Set in Laravel
I was recently browsing through X and saw an awesome code tip from Oussama Mater about a method I didn't know existed in Laravel. So I wanted to put together a quick article to share it with you all so you can benefit from it too!
Community HTML
Use HTMX to Create Laravel Single-Page Apps Without Writing JavaScript
HTMX brings back that philosophy, with a twist: it allows us to trigger AJAX requests from any HTML element just by adding custom attributes to it. Thanks to this approach, we can create single-page applications without writing a single line of JavaScript