| 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: | 2025-10-30 03:03:59 |
| Package Statistics | |
|---|---|
| Total Downloads: | 31 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 1 |
| Total Watchers: | 1 |
| 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