LaraNotes
  • 😍Welcome
  • 🤑Usefull Packages
    • Laravel Auth Log
    • Artisan UI Package
    • VSCODE Extension
    • Livewire Power Grid
    • Migration Generator
    • Larastarters
    • Dumper
    • Mailwind
    • Laravel Security
    • API Orion
    • Squire
    • Bladewind ui
    • Pint
    • Hydra
    • Laravel Markable
    • Chartify
  • 😎Tips
    • Laravel Queues
      • Jobs and Queues 101
    • Pagination
    • Eager Loading
    • First Contributions
    • Laravel Best Practices
    • Laravel Sail
    • Laravel Examples
    • Twitter login with breeze api
    • Deploy Laravel App on AWS
  • 👨‍💻Editor
    • Maool
    • Tinkerun
    • KIT
    • PHPSandbox
    • Starship
    • Laravel Cheat Sheet
Powered by GitBook
On this page
  1. Usefull Packages

Squire

PreviousAPI OrionNextBladewind ui

Last updated 3 years ago

Squire is a library of static Eloquent models for fixture data that is commonly needed in web applications, such as countries, currencies and airports. It's based on the concepts of Caleb Porzio's Sushi package.

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. See the section on model relationships.

  • Validating user input.

Learn More

🤑
Tests passing
Laravel v8.x
PHP 8
GitHub - squirephp/squire: A library of static Eloquent models for common fixture data.GitHub
Logo
Package banner