compassites/laravel-acl

ACL application
6
Install
composer require compassites/laravel-acl
PHP:>=5.5.9
License:MIT
Last Updated:Mar 16, 2016
Links: GitHub  ·  Packagist
Maintainer: psbharathy

README

Laravel ACL package This document whatever steps are necessary to get acl application up and running.

Software Requirement

  • Server Script : PHP 5.5 and also it will support PHP 7
  • Framework : Laravel 5.1
  • Database : Mysql 5.6
  • webserver : apache2 / Nginx

What is this repository for?

  • Laravel ACL based application
  • V1.0.0

How do I get set up?

#!GIT HUB

$# git clone https://github.com/psbharathy/laravel-acl.git

Or

#!Packagist

$# composer require compassites/laravel-acl

Step 2:

Goto applciation root directory and Run the following command

#!Composer

$# composer Install / update

Step 3:

Environment Configuration

Change .env file for environment based configuration like Database , Email and Debug setings

Step 4:

Run the migration file to update all database migrations

#!Migration

$# php artaisan migrate

Contribution guidelines

  • All the test cases are written in tests folder
  • PSR2 Code Standard followed in this Application

Related Packages

dlouvard/roles

Fork from Bican/roles to Laravel 5.3

42 0
alimfazeli/lara-acl

Light-weight role-based permissions for Laravel 5 built in Auth system. based on...

19 1
nigelheap/roles

Powerful package for handling roles and permissions in Laravel 5.3 and 5.6

2,746 0
kangaroos/laravel-acl

Light-weight role-based permissions for Laravel 5 built in Auth system.

17 0
eunion/roles

Powerful package for handling roles and permissions in Laravel 5.

70 1