gguney/rbac

Role based access control for Laravel 5
144
Install
composer require gguney/rbac
Latest Version:v1.0
PHP:>=5.6 || 7.0
License:MIT
Last Updated:Jun 11, 2019
Links: GitHub  ·  Packagist
Maintainer: gguney

RBAC - Role Based Access Control for Laravel

Another role based access control package for Laravel 5.

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

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

Author

Gökhan Güney - gokhanguneygg@gmail.com

License

RBAC is licensed under the MIT License - see the LICENSE file for details