2017 © Pedro Peláez
 

library laravelrolemanagement

:description

image

pooyadch/laravelrolemanagement

:description

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

LaravelRoleManagement

Latest Version on Packagist ![Total Downloads][ico-downloads] Build Status StyleCI, (*1)

This is where your description should go. Take a look at contributing.md to see a to do list., (*2)

Installation

Via Composer, (*3)

``` bash $ composer require pooyadch/laravelrolemanagement:dev-master, (*4)

migrate all database

php artisan migrate, (*5)


add following code into Kernel.php in App/Http ```php protected $routeMiddleware = [ 'UserRolePermissionMiddleware' =>UserRolePermissionMiddleware::class, ];

Usage

add "UserRolePermissionMiddleware" middleware on your route, (*6)

Change log

Please see the changelog for more information on what has changed recently., (*7)

Testing

bash $ composer test, (*8)

Contributing

Please see contributing.md for details and a todolist., (*9)

Security

If you discover any security related issues, please email author email instead of using the issue tracker., (*10)

Credits

License

license. Please see the license file for more information., (*11)

The Versions

22/07 2018