gguney / rbac by gguney

Role based access control for Laravel 5
142
0
2
Package Data
Maintainer Username: gguney
Maintainer Contact: gokhanguneygg@gmail.com (Gokhan Guney)
Package Create Date: 2017-06-05
Package Last Update: 2019-06-11
Language: PHP
License: MIT
Last Refreshed: 2024-04-18 15:01:52
Package Statistics
Total Downloads: 142
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

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