Brandon Hamm

@blhamm

Hey everybody, I've been working on a site redesign, It would be awesome to get some community feedback on it. I had a lot of fun building it -- it's a little goofy, and meant to be. LMK what you think...

bhamm.dev

1 vote Β· Ends 6 days from now Β· Sign in to vote

Laravel devs, #[DebounceFor] isn't just for jobs anymore. πŸ‘€

Laravel 13.26 brings debouncing to queued event listeners.

Repeated events for the same resource can now collapse into one listener execution, while maxWait prevents busy streams from being deferred forever.
image

Laravel devs, don't create a temporary CSV file just to download it. πŸ‘€

Stream it directly to the browser and process your records in chunks.

Less disk I/O, lower memory usage, and no extra dependency for a simple export.
image