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

🔥 Laravel Tip: Use each instead of chunk to make your code more readable.

Nov 13, 2022

When you don't want to retrieve all the records from the database at once, you might have used `chunk` to fetch them in chunks.

But this you know that you can use `each`?
tip-image-0