larapacks/administration
An administration panel for Laravel.
608
| Install | |
|---|---|
composer require larapacks/administration |
|
| PHP: | >=5.5.9 |
| License: | MIT |
| Last Updated: | Jan 18, 2017 |
| Links: | GitHub · Packagist |
Maintainer: stevebauman
Administration
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.