Download the PHP package tanmo/permission-plus without Composer
On this page you can find all versions of the php package tanmo/permission-plus. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tanmo/permission-plus
More information about tanmo/permission-plus
Files in tanmo/permission-plus
Download tanmo/permission-plus
More information about tanmo/permission-plus
Files in tanmo/permission-plus
Vendor tanmo
Package permission-plus
Short Description dcat-admin extension permission-plus
License MIT
Homepage https://github.com/tanmotop/permission-plus
Package permission-plus
Short Description dcat-admin extension permission-plus
License MIT
Homepage https://github.com/tanmotop/permission-plus
Keywords extensiondcat-admin
Please rate this library. Is it a good library?
Informations about the package permission-plus
Dcat-admin permission-plus
安装
导入插件
使用
一、内置了两种注解 @Module
和 @Permission
@Module
用于注解Controller,如:@Module(name="文章管理", slug="posts")
,每个Controller只能有一个 @Module
注解,必填
@Permission
用于注解Action,如:@Permission(name="文章列表", slug="posts-list", action="index")
,每个Controller可以有多个 @Permission
注解
二、完整例子:
三、添加路由
四、导入权限
登录后台->权限导入->点击"导入权限"按钮
All versions of permission-plus with dependencies
PHP Build Version
Package Version
The package tanmo/permission-plus contains the following files
Loading the files please wait ....