Root is an admin package for Laravel applications.

Installs: 8 549

Dependents: 1

Suggesters: 0

Security: 0

Stars: 19

Watchers: 4

Forks: 2

Open Issues: 3

Type:project


README


Root

Root is an admin package for Laravel applications with extension support.

Github release Back-end Coveralls License

Documentation

  • Installation - Before moving on, please checkout the Laravel documentation about its installation, requirements and configuration.
  • Resources - Resources are basically extra layers around models. Using resources it's easy to build up a CRUD workflow for a model.
  • Fields - Fields are handlers for the model attributes.
  • Filters - Filters are responsible for transforming the current request to a database query.
  • Actions - Actions are responsible for performing a specific action on a set of models.
  • Widgets - Widgets are cards that display some information or any content you want to display.

Contributing

Thank you for considering contributing to Root! The contribution guide can be found in the documentation.