18/11
2014
Wallogit.com
2017 © Pedro Peláez
Simple Acl for laravel 4, (*1)
Add the following line to the require section of composer.json:, (*2)
{
"require": {
"vhinx/acl": "dev-master"
}
}
Vhinx\Acl\AclServiceProvider to the service provider list in app/config/app.php.app/config/auth.php to Vhinx\\Acl\\Models\\User
php artisan migrate --package=Vhinx/Acl
php artisan db:seed --classname=DataSeeder
php artisan asset:publish --package=Vhinx/Acl