Ignore Local Files Without Modifying .gitignore Using .git/info/exclude.
mrpunyapal.dev/tips/git-local-ignore-info-exclude
Feed
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
Mary UI Starter Kit v1.5.0 is out.
A full dependency refresh: laravel 13, pestphp 5, Vite 8, tailwindcss 4.3, daisyui 5.7 and Mary Ui. Plus compatibility fixes.
github.com/lauroguedes/mary-ui-starter-kit
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.
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.