2017 © Pedro Peláez
 

library acl

image

vhinx/acl

  • Tuesday, November 18, 2014
  • by detorresvc
  • Repository
  • 1 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Vhinx-ACL

Simple Acl for laravel 4, (*1)

Content

  1. default log in
  2. (CRUD) maintenance for users 2.1. assign multiple group per user
  3. (CRUD) maintenance for groups 3.1. assign resources (list of actions) for groups
  4. (CRUD) maintenance for resources (list of actions)
  5. log out

Installation

Add the following line to the require section of composer.json:, (*2)

{
    "require": {
        "vhinx/acl": "dev-master"
    }
}

Setup

  1. Add Vhinx\Acl\AclServiceProvider to the service provider list in app/config/app.php.
  2. change the value of model in app/config/auth.php to Vhinx\\Acl\\Models\\User
  3. run php artisan migrate --package=Vhinx/Acl
  4. run php artisan db:seed --classname=DataSeeder
  5. run php artisan asset:publish --package=Vhinx/Acl

The Versions

18/11 2014

dev-master

9999999-dev

  Sources   Download

The Requires