Package Data | |
---|---|
Maintainer Username: | Nimfus |
Maintainer Contact: | nimfus@gmail.com (Viacheslav Skydanchuk) |
Package Create Date: | 2016-03-12 |
Package Last Update: | 2016-04-15 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-11 15:03:55 |
Package Statistics | |
---|---|
Total Downloads: | 28 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 1 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Laravel 5 package for User roles management
Installation
Add to composer "nimfus/roles-manager": "1.0.*" and run composer update.
Add a provider to app.php file Nimfus\RolesManager\RolesManagerServiceProvider::class.
Publish settings and migrations with php artisan vendor:publish.
Run php artisan migrate