jahir / permission
This will manage route level role permission
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/jahir/permission
This package is auto-updated.
Last update: 2026-01-22 01:02:14 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