laravel-permission-editor maintained by ihtisham467
Description
Visual UI for managing Roles/Permissions for Spatie Laravel Permission package
Author
Last update
2024/02/15 23:25
(dev-main)
License
Downloads
43
Laravel Permission Editor
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 ihtisham467/laravel-permission-editor - Run
php artisan vendor:publish --provider="Ihtisham467\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.