Using any large JSON as a lazy collection in Laravel
November 30, 2023 — If you’re working with Laravel, you might have come across a situation where you need to use a large JSON input as a collection. For instance, you might want to use a JSON file as a collection in your application.