ihtisham467/laravel-permission-editor

Visual UI for managing Roles/Permissions for Spatie Laravel Permission package

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Language:Blade

Type:laravel-package

0.0.4 2024-02-15 22:25 UTC

This package is auto-updated.

Last update: 2024-09-16 00:04:46 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

  1. Make sure to install the spatie/laravel-permission package first and configure it
  2. Run composer require ihtisham467/laravel-permission-editor
  3. Run php artisan vendor:publish --provider="Ihtisham467\LaravelPermissionEditor\PermissionEditorServiceProvider" to publish the Assets and Config
  4. Launch /permission-editor/roles in your browser

How it looks visually:

Laravel Permission Editor

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.