simplysamin / laravel-permission-editor
Assign roles and permissions visually using the Spatie Laravel Permission package
Installs: 127
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Blade
pkg:composer/simplysamin/laravel-permission-editor
Requires
This package is not auto-updated.
Last update: 2026-01-20 01:48:32 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.