unisoft / laravel-permission-editor
Visual UI for managing Roles/Permissions for Spatie Laravel Permission package
Package info
github.com/unisoftprima/laravel-permission-editor
Language:Blade
pkg:composer/unisoft/laravel-permission-editor
0.0.3
2023-03-20 01:15 UTC
Requires
This package is not auto-updated.
Last update: 2026-03-31 13:06:24 UTC
README
This is a package that gives a very simple visual UI for managing roles/permissions for Spatie Laravel Permission package.
How to Use
- Make sure to install the spatie/laravel-permission package first and configure it
- Run
composer require unisoft/laravel-permission-editor - Run
php artisan vendor:publish --provider="Unisoft\LaravelPermissionEditor\PermissionEditorServiceProvider"to publish the Assets and Config - Launch
/permission-editor/rolesin your browser
How it looks visually:
Notice: you may want to secure the routes by adding extra middleware like auth, you can do it in the published config/permission-editor.php file.