jobmetric/rolix
Composer 安装命令:
composer require jobmetric/rolix
包简介
An advanced role, membership, and delegation system for Laravel — built for large-scale, multi-tenant, and modular applications. It provides a robust solution for managing roles, permissions, and user memberships, allowing for flexible delegation of responsibilities across various modules.
关键字:
README 文档
README
An advanced role, membership, and delegation system for Laravel — built for large-scale, multi-tenant, and modular applications. It provides a robust solution for managing roles, permissions, and user memberships, allowing for flexible delegation of responsibilities across various modules.
Install via composer
Run the following command to pull in the latest version:
composer require jobmetric/rolix
Publish the config
Copy the config file from vendor/jobmetric/rolix/config/config.php to config folder of your Laravel application and rename it to rolix.php
Run the following command to publish the package config file:
php artisan vendor:publish --provider="JobMetric\Rolix\RolixServiceProvider" --tag="rolix-config"
You should now have a config/rolix.php file that allows you to configure the basics of this package.
Documentation
coming soon...
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-07-16