yuricronos/volt-permission
Composer 安装命令:
composer require 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.
README 文档
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.
Requirements
This package requires the following dependencies to function properly:
System Requirements
- PHP: ^8.2 | ^8.3 | ^8.4
- Laravel Framework: ^12.0
Required Packages
- Livewire Flux: ^2.1.1 (Essential UI component library)
- Livewire Volt: ^1.7.0 (For reactive components)
- Spatie Laravel Permission: ^6.0@dev (Core permission management)
- Laravel Tinker: ^2.10.1
Installation Note
⚠️ Important: This package heavily relies on Livewire Flux components for its user interface. Make sure you have Flux properly installed and configured in your Laravel application before using this package.
If you haven't installed Livewire Flux yet, you can add it to your project:
composer require livewire/flux
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>
yuricronos/volt-permission 适用场景与选型建议
yuricronos/volt-permission 是一款 基于 Blade 开发的 Composer 扩展包,目前已累计 8 次下载、GitHub Stars 达 0, 最近一次更新时间为 2025 年 10 月 03 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 yuricronos/volt-permission 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 yuricronos/volt-permission 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 8
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 24
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-10-03