Hey, my book is finally available. Find it here.  Eloquent Beyond The Basics!

🔥 Laravel Tip: Streaming Results Lazily

Apr 2, 2022

You may know that you can make a query in chunks to avoid loading large amounts of data in memory.

But you can also do that by using the lazy method, which lets you interact with the results as a single stream:
tip-image-0