larapacks / administration
An administration panel for Laravel.
Installs: 598
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:CSS
Type:project
Requires
- php: >=5.5.9
- laracasts/flash: 2.0.*
- larapacks/authorization: 1.1.*
- laravel/framework: ~5.3
Requires (Dev)
- orchestra/testbench: ~3.2
- phpunit/phpunit: ~4.8
This package is auto-updated.
Last update: 2024-10-19 10:11:43 UTC
README
Administration is a no-nonsense backend user / role / permission management panel built with Laravel.
This allows you to kick-start an application rapidly that requires user roles and permissions.
Installation
Add Administration to your composer.json
file:
"larapacks/administration": "1.0.*"
Then run composer update
.