Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-13T06:34:10.000Z (9 months ago)
- Last Synced: 2024-05-13T07:39:18.653Z (9 months ago)
- Topics: admin, dashboard, laravel
- Language: PHP
- Homepage: https://root.conedevelopment.com
- Size: 35 MB
- Stars: 19
- Watchers: 4
- Forks: 2
- Open Issues: 3
-
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.**
[![Github release](https://img.shields.io/github/v/release/conedevelopment/root?color=1583f9&logo=github&logoColor=white&style=for-the-badge)](https://github.com/conedevelopment/root/releases)
[![Back-end](https://img.shields.io/github/actions/workflow/status/conedevelopment/root/back-end.yml?branch=master&logo=github&label=Back-end&style=for-the-badge)](https://github.com/conedevelopment/root/actions/workflows/back-end.yml)
[![Coveralls](https://img.shields.io/coveralls/github/conedevelopment/root?color=1583f9&style=for-the-badge)](https://coveralls.io/github/conedevelopment/root)
[![License](https://img.shields.io/badge/license-MIT-1583f9?style=for-the-badge)](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).