2017 © Pedro Peláez
 

library rbac

Role Based Access Control Module

image

dnetix/rbac

Role Based Access Control Module

  • Sunday, May 22, 2016
  • by dnetix
  • Repository
  • 2 Watchers
  • 1 Stars
  • 99 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Role Based Access Control

TravisCI for dnetix/rbac, (*1)

Installation

With composer, (*2)

composer require dnetix/rbac

Add the service provided to the app.php config file, (*3)

\Dnetix\Rbac\RbacServiceProvider::class,

Publish the configurations and migrations for this package, (*4)

php artisan vendor:publish

Modify the rbac.php config file with your own permissions, (*5)

Make sure that the Models or Classes that will be using permissions and roles implements from the interface, (*6)

Illuminate\Contracts\Auth\Authenticatable;

TODO

  • Revoke permissions to specific authenticatables (Users)
  • Cache the results provided for the repository, they change rarely

The Versions

22/05 2016

dev-master

9999999-dev

Role Based Access Control Module

  Sources   Download

MIT

The Requires

 

The Development Requires

by Diego Calle

01/05 2016

0.1.0

0.1.0.0

Role Based Access Control Module

  Sources   Download

MIT

The Requires

 

The Development Requires

by Diego Calle