dev-master
9999999-devACL application
MIT
The Requires
- php >=5.5.9
- laravel/framework 5.1.*
The Development Requires
acl auth roles permissions access control user role
ACL application
Laravel ACL package This document whatever steps are necessary to get acl application up and running., (*1)
#!GIT HUB $# git clone https://github.com/psbharathy/laravel-acl.git
Or, (*2)
#!Packagist $# composer require compassites/laravel-acl
Goto applciation root directory and Run the following command, (*3)
#!Composer $# composer Install / update
Environment Configuration, (*4)
Change .env file for environment based configuration like Database , Email and Debug setings, (*5)
Run the migration file to update all database migrations, (*6)
#!Migration $# php artaisan migrate
ACL application
MIT
acl auth roles permissions access control user role