Static Eloquent Model Library
"Squire is a library of static Eloquent models for fixture data that is commonly needed in web applications, such as countries, currencies and airports."
Common use cases for Squire include:
- Populating dropdown options, such as a country selector on an address form.
- Attaching extra data to other models in your app, such as airport information to a Flight model.
- Validating user input.