ideasvn / rbac
There is no license information available for the latest version (dev-master) of this package.
Laravel 5.2 RBAC
dev-master
2016-07-28 09:00 UTC
Requires
- php: >=5.5.9
- laravel/framework: ^5.2
This package is not auto-updated.
Last update: 2024-12-21 21:25:28 UTC
README
composer require ideasvn/rbac dev-master
app.php
Ideasvn\Rbac\RbacServiceProvider::class,
php artisan vendor:publish --provider="Ideasvn\Rbac\RbacServiceProvider" --tag="migrations" php artisan vendor:publish --provider="Ideasvn\Rbac\RbacServiceProvider" --tag="config"