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.
Feed
rector-pest and peststan (now pest-plugin-rector/phpstan) crossed 150k downloads at thier new home too 💪💪
Now Laravel Auditor has a separate page in the docs with example prompts to make it easier.
mrpunyapal.github.io/laravel-auditor/prompts
What’s one Laravel opinion you had when you started that you completely changed your mind about?
I’m sure we all have one.
Laravel devs, what’s something you used to do in every project that you almost never do anymore?
Could be a package, architecture pattern, coding habit, anything.