Download the PHP package libressltd/deeppermission without Composer
On this page you can find all versions of the php package libressltd/deeppermission. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download libressltd/deeppermission
More information about libressltd/deeppermission
Files in libressltd/deeppermission
Download libressltd/deeppermission
More information about libressltd/deeppermission
Files in libressltd/deeppermission
Vendor libressltd
Package deeppermission
Short Description full stack package allow deep permission system
License MIT
Package deeppermission
Short Description full stack package allow deep permission system
License MIT
Please rate this library. Is it a good library?
Informations about the package deeppermission
DeepPermission
Step 1: Install DeepPermission
composer require libressltd/deeppermission
Step 2: Add service provider to config/app.php
Step 3: Publish vendor
php artisan vendor:publish --tag=lbsa_init --force php artisan vendor:publish --tag=deeppermission --force
php artisan migrate
Step 4: Add following line to User Model (Remember to move User.php to app/Models) or you can find the newest version in vendor/libresslt/deeppermission/src/User.php
Add this row in the end of scripts.blade.php
Add this row to Http\Kernel.php in $routeMiddleware
Step 5 (optional): If you want a user pass all the permission, add LIBRE_DP_ADMIN_ID to your .env file
Step 6: (for LBSA only) Move example/app.blade.php to views root folder and include libressltd.deeppermission.sidebar view
Supported function
All versions of deeppermission with dependencies
PHP Build Version
Package Version
The package libressltd/deeppermission contains the following files
Loading the files please wait ....