2017 © Pedro PelĂĄez
 

library rbac

Role based access control for Laravel 5

image

gguney/rbac

Role based access control for Laravel 5

  • Monday, July 2, 2018
  • by gguney
  • Repository
  • 1 Watchers
  • 0 Stars
  • 39 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 56 % Grown

The README.md

RBAC - Role Based Access Control for Laravel

Another role based access control package for Laravel 5., (*1)

Requirements

  • RBAC works with PHP 5.6 or above.

Installation

$ composer require gguney/rbac

Usage

Add package's service provider to your config/app.php, (*2)

...
        GGuney\RBAC\RBACServiceProvicer::class,
...
            'aliases' => [
...
        'RBAC' => RBAC\Facades\RBAC::class,
    ],
...

Author

Gökhan GĂŒney - gokhanguneygg@gmail.com
, (*3)

License

RBAC is licensed under the MIT License - see the LICENSE file for details, (*4)

The Versions

02/07 2018

dev-master

9999999-dev https://github.com/gguney/rbac

Role based access control for Laravel 5

  Sources   Download

MIT

The Requires

  • php >=5.6 || 7.0

 

The Development Requires

  • php >=5.6 || 7.0

laravel access role control permission

23/09 2017

v1.0

1.0.0.0 https://github.com/gguney/rbac

Role based access control for Laravel 5

  Sources   Download

MIT

The Requires

  • php >=5.6 || 7.0

 

The Development Requires

  • php >=5.6 || 7.0

laravel access role control permission