Root is an admin package for Laravel applications with extension support.
- 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.
Thank you for considering contributing to Root! The contribution guide can be found in the documentation.