yuricronos/volt-permission

A permission management system built with Livewire, Volt, and Spatie, offering a seamless way to manage user roles and access control in real-time.

1.0.0 2025-09-30 02:37 UTC

This package is auto-updated.

Last update: 2025-10-03 03:29:50 UTC


README

A permission management system built with Livewire, Volt, and Spatie, offering a seamless way to manage user roles and access control in real-time.


artisan command

Use the artisan command `vendor:publish` with the `--tag=volt-permission` option to publish the Volt Permission package's configuration, views, or other assets to your application's directory. This allows you to customize the package's behavior and appearance according to your application's requirements.

Example:

php artisan vendor:publish --tag=volt-permission

New Route Alias

When using the Volt Permission UI, a new route alias `volt.roles` is created. You can use this alias in your links to navigate to the roles management page seamlessly.

Example:

<a href="{{ route('volt.roles') }}">Manage Roles</a>