live-controls/groups
最新稳定版本:v1.2.5
Composer 安装命令:
composer require live-controls/groups
包简介
Groups library for live-controls
README 文档
README
Add groups to your users
Requirements
- Laravel 8.0+
- PHP 8.0+
- LiveControls\Permissions (Will be automatically included if not installed already)
Translations
None
Installation
composer require live-controls/groups
Setup
Set administrator groups (default is group with key 'admin')
- Run in console:
php artisan vendor:publish --tag="livecontrols.groups.config"
- Open /config/livecontrols_groups.php
- Change line "usergroups_admins" to an array of UserGroup keys
Autogenerate groups
- Run in console:
php artisan vendor:publish --tag="livecontrols.groups.config"
- Open /config/livecontrols_groups.php
- Change line "usergroups_to_generate" to an array of UserGroups (See file for more informations)
- Run in console:
php artisan livecontrols:creategroups
Usage
Todo
统计信息
- 总下载量: 31
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2023-07-23