ideasvn/rbac

There is no license information available for the latest version (dev-master) of this package.

Laravel 5.2 RBAC

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

pkg:composer/ideasvn/rbac

dev-master 2016-07-28 09:00 UTC

This package is not auto-updated.

Last update: 2025-10-12 02:02:52 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"