feat: module new feat

This commit is contained in:
JaguarJack
2023-01-10 17:46:05 +08:00
parent e5e1f8bc55
commit c2f68d349f
7 changed files with 682 additions and 10 deletions

View File

@@ -10,8 +10,9 @@ class Installer extends ModuleInstaller
{
// TODO: Implement info() method.
return [
'name' => '权限管理',
'path' => 'Permissions',
'title' => '权限管理',
'name' => 'permissions',
'path' => 'permissions',
'keywords' => '权限, 角色, 部门',
'description' => '权限管理模块',
'provider' => PermissionsServiceProvider::class