simplysamin / laravel-permission-editor
Assign roles and permissions visually using the Spatie Laravel Permission package
Package info
github.com/simply-samin/laravel-permission-editor
Language:Blade
pkg:composer/simplysamin/laravel-permission-editor
1.0.0
2024-01-07 17:56 UTC
Requires
This package is not auto-updated.
Last update: 2026-04-28 03:03:19 UTC
README
This package offers a visual interface to manage roles and permissions within your Laravel application, built on top of the Spatie Laravel Permission package.
Key Features
- Effortlessly manage roles and permissions through a visual interface
- No coding required
- Quick setup and integration
- Streamline user access control
Getting Started
-
Install Spatie Laravel Permission:
- Follow the instructions to install and configure the Spatie Laravel Permission package in your project.
-
Install Laravel Permission Editor:
-
Run the following command in your terminal:
composer require simplysamin/laravel-permission-editor
-
-
Publish Assets and Config:
-
Run this command to make the package's resources available:
php artisan vendor:publish --provider="Simplysamin\LaravelPermissionEditor\PermissionEditorServiceProvider"
-
-
Access the Interface:
- Open your browser and navigate to
/permission-editor/rolesto start managing roles and permissions.
- Open your browser and navigate to
Security Tip
- Consider adding authentication middleware (like
auth) to protect the routes within the publishedconfig/permission-editor.phpfile.