jahir / permission
This will manage route level role permission
v1.0.1
2022-02-21 16:24 UTC
This package is auto-updated.
Last update: 2025-06-21 23:49:17 UTC
README
This will create route level role, so that anyone can create permission for any route
To Install this package run
composer require jahir/permission
Publish public folders to add assets
php artisan vendor:publish --tag=public --force
Add Service provider from config/app.config
'providers' => [
...
Jahir\Permission\PermissionServiceProvider::class,
],
Migrate all table which are require
php artisan migrate