Laravel Sushi allows you to create Eloquent models from data sources other than a database. The simplest way to use it is by providing your data as a hardcoded array right inside the Model file. Other times, you may use the to provide dynamic data from an API source, a CSV file, or anywhere else you choose.