"````````"
github.com/jhz-code/rmtop-system-rules
Source
Issues
Installs: 28
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
Requires
Requires (Dev)
None
Suggests
Provides
Conflicts
Replaces
rmTop 0608bd06ac8814b1927828a1b29ae2f2182af5a9
This package is auto-updated.
Last update: 2025-02-26 12:47:14 UTC
自动创建系统权限
#安装
composer require rmtop/rmsf-system-rules
###发布文件:
php think rmtop:sys_publish 发布系统权限相关文件
php think rmtop:sys_publish
###执行数据迁移:
php think migrate:run 自动创建权限相关数据表
php think migrate:run
rm_sys_role //角色表 rm_sys_rule //规则表 rm_rules //权限角色关系表
###扫描系统: 执行示例: php think rmtop:sys_make admin/controller admin
php think rmtop:sys_make admin/controller admin