conedevelopment / root
Root is an admin package for Laravel applications.
Installs: 9 301
Dependents: 1
Suggesters: 0
Security: 0
Stars: 22
Watchers: 6
Forks: 2
Open Issues: 2
Type:project
Requires
- php: ~8.2.0 || ~8.3.0
- ext-exif: *
- ext-gd: *
- laravel/framework: ^10.43 || ^11.0.3
Requires (Dev)
- fakerphp/faker: ^1.23
- larastan/larastan: ^2.7.0
- laravel/laravel: ^11.0
- laravel/pint: ^1.6
- mockery/mockery: ^1.6
- phpunit/phpunit: ^11.0.1
- v2.4.0
- v2.3.4
- v2.3.3
- v2.3.2
- v2.3.1
- v2.3.0
- v2.2.17
- v2.2.16
- v2.2.15
- v2.2.14
- v2.2.13
- v2.2.12
- v2.2.11
- v2.2.10
- v2.2.9
- v2.2.8
- v2.2.7
- v2.2.6
- v2.2.5
- v2.2.4
- v2.2.3
- v2.2.2
- v2.2.1
- v2.2.0
- v2.1.1
- v2.1.0
- v2.0.0
- v2.0.0-rc.1
- v2.0.0-beta.5
- v2.0.0-beta.4
- v2.0.0-beta.3
- v2.0.0-beta.2
- v2.0.0-beta.1
- v2.0.0-beta
- v2.0.0-alpha
- 1.x-dev
- v1.3.1
- v1.3.0
- v1.2.0
- v1.1.3
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.1
- v1.0.0
- v0.10.6
- v0.10.5
- v0.10.4
- v0.10.3
- v0.10.2
- v0.10.1
- v0.10.0
- v0.9.3
- v0.9.2
- v0.9.1
- v0.9.0
- v0.8.14
- v0.8.13
- v0.8.12
- v0.8.11
- v0.8.10
- v0.8.9
- v0.8.8
- v0.8.7
- v0.8.6
- v0.8.5
- v0.8.4
- v0.8.3
- v0.8.2
- v0.8.1
- v0.8.0
- v0.7.0
- v0.6.2
- v0.6.1
- v0.6.0
- v0.5.2
- v0.5.1
- v0.5.0
- v0.4.0
- v0.3.0
- v0.2.0
- v0.1.1
- v0.1.0
- dev-fixy
- dev-szepeviktor-patch-1
- dev-beta
- dev-master / 2.x-dev
This package is auto-updated.
Last update: 2024-11-04 17:08:02 UTC
README
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.