Download the PHP package helingfeng/simple-permission without Composer
On this page you can find all versions of the php package helingfeng/simple-permission. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package simple-permission
simple-permission
Laravel 扩展包,让后端的菜单与权限控制如此轻松,基于角色的权限控制,简单所以高效
Composer 安装
数据库迁移
菜单结构 ?
菜单 menu.php
文件,定义了菜单与权限的基础信息。为了简单起见,菜单固定
为三层级
结构,
第一第二层级作为模块声明
定义,第三层级做有效链接
定义,详情可以直接浏览menu.php
文件。
字段 | 描述 |
---|---|
slug | 作为菜单标识字符串,同层级下不允许重复出现 |
icon | 图标 CSS CLASS 配置,例如 fa-dashboard |
route | 跳转链接,具体根据系统情况定义,此参数第三层级才有效 |
expect | 配置为1时,弃用默认权限(查看、编辑、删除) |
permission | 自定义权限,KEY-VALUE 组成,允许覆盖默认(查看、编辑、删除)权限 |
权限命令
- 获取当前数据库配置的所有菜单清单
- 获取数据库配置的所有权限可选项
- 输出当前看守者用户的拥有的权限与菜单
如何使用
- 路由中控制权限
对访问的路由进行权限配置,此处的权限标识与menu.php
文件保持一致即可
- 页面模板中控制权限
自定义模板标签
All versions of simple-permission with dependencies
PHP Build Version
Package Version
Requires
laravel/framework Version
5.5.*
The package helingfeng/simple-permission contains the following files
Loading the files please wait ....