Download the PHP package jahir/permission without Composer
On this page you can find all versions of the php package jahir/permission. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jahir/permission
More information about jahir/permission
Files in jahir/permission
Download jahir/permission
More information about jahir/permission
Files in jahir/permission
Vendor jahir
Package permission
Short Description This will manage route level role permission
License MIT
Package permission
Short Description This will manage route level role permission
License MIT
Please rate this library. Is it a good library?
Informations about the package permission
Role Permission management package
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
All versions of permission with dependencies
PHP Build Version
Package Version
No informations.
The package jahir/permission contains the following files
Loading the files please wait ....