https://github.com/conedevelopment/root
Root is an admin package for Laravel applications.
https://github.com/conedevelopment/root
admin dashboard laravel
Last synced: 3 months ago
JSON representation
Root is an admin package for Laravel applications.
- Host: GitHub
- URL: https://github.com/conedevelopment/root
- Owner: conedevelopment
- License: mit
- Created: 2021-06-10T09:50:57.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-12-31T11:35:01.000Z (3 months ago)
- Last Synced: 2026-01-01T17:36:26.668Z (3 months ago)
- Topics: admin, dashboard, laravel
- Language: PHP
- Homepage: https://root.conedevelopment.com
- Size: 36.1 MB
- Stars: 35
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
**Root is an admin package for Laravel applications with extension support.**
[](https://github.com/conedevelopment/root/releases)
[](https://github.com/conedevelopment/root/actions/workflows/back-end.yml)
[](https://coveralls.io/github/conedevelopment/root)
[](LICENSE)
## Documentation
- [Installation](https://root.conedevelopment.com/docs/installation) - Before moving on, please checkout the Laravel documentation about its installation, requirements and configuration.
- [Resources](https://root.conedevelopment.com/docs/resources) - Resources are basically extra layers around models. Using resources it's easy to build up a CRUD workflow for a model.
- [Fields](https://root.conedevelopment.com/docs/fields) - Fields are handlers for the model attributes.
- [Filters](https://root.conedevelopment.com/docs/filters) - Filters are responsible for transforming the current request to a database query.
- [Actions](https://root.conedevelopment.com/docs/actions) - Actions are responsible for performing a specific action on a set of models.
- [Widgets](https://root.conedevelopment.com/docs/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](https://root.conedevelopment.com/docs/contribution).