gguney/rbac

Role based access control for company and module based application.

v1.0 2017-09-23 15:58 UTC

This package is auto-updated.

Last update: 2024-04-11 18:55:23 UTC


README

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