Package Data | |
---|---|
Maintainer Username: | psbharathy |
Package Create Date: | 2016-03-08 |
Package Last Update: | 2016-03-16 |
Language: | JavaScript |
License: | MIT |
Last Refreshed: | 2024-11-11 15:22:41 |
Package Statistics | |
---|---|
Total Downloads: | 6 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Laravel ACL package This document whatever steps are necessary to get acl application up and running.
#!GIT HUB
$# git clone https://github.com/psbharathy/laravel-acl.git
Or
#!Packagist
$# composer require compassites/laravel-acl
Goto applciation root directory and Run the following command
#!Composer
$# composer Install / update
Environment Configuration
Change .env file for environment based configuration like Database , Email and Debug setings
Run the migration file to update all database migrations
#!Migration
$# php artaisan migrate