conedevelopment/root
Root is an admin package for Laravel applications.
13,596
38
| Install | |
|---|---|
composer require conedevelopment/root |
|
| Latest Version: | v2.8.4 |
| PHP: | ^8.4.0 || ^8.5.0 |
| License: | MIT |
| Last Updated: | Mar 18, 2026 |
| Links: | GitHub · Packagist |
Maintainer: conedevelopment
Root is an admin package for Laravel applications with extension support.
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.
Related Packages
kalnoy/cruddy
Backend interface for handling CRUD operations on your Laravel Eloquent models.
4,985
162
adiamond/cruddy
Backend interface for handling CRUD operations on your Laravel Eloquent models.
1,421
0