Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        








Root




**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).