Nimfus / roles-manager by Nimfus

Laravel 5 package for user roles management
28
1
2
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-03-23 15:00:30
Package Statistics
Total Downloads: 28
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 1
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

roles-manager

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