compassites/laravel-acl is a Laravel package for acl application.
It currently has 0 GitHub stars and 6 downloads on Packagist.
Install it with composer require compassites/laravel-acl.
Discover more Laravel packages by compassites
or browse all Laravel packages to compare alternatives.
Last updated
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