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

rector-pest and peststan (now pest-plugin-rector/phpstan) crossed 150k downloads at thier new home too 💪💪
image

What’s one Laravel opinion you had when you started that you completely changed your mind about?

I’m sure we all have one.

"I don't like frameworks"

Turns out I just hated learning back then.

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.