Git 项目推荐 | Yii2 结合 rbac 的后台权限管理系统

WBOY
Release: 2016-06-23 13:17:22
Original
1193 people have browsed it

Yii2结合rbac做的一个简单的后台权限管理系统,界面采用的是MaterialAdmin一套模板。

第一步

  • 使用yii的console命令运行命令 :yii migrate --migrationPath=@yii/rbac/migrations/

第二步

  • 继续运行命令 yii migrate

数据表和数据已经填充完毕

第三步

  • 配置虚拟机 运行地址xxx.com/auth/login,就可以到登录界面,说明虚拟目录必须配置到 :Yii-backadmin\backend\web
  • 用户名 admin
  • 密码 123456

示例图展示

  • 登录图
  • 主页面图
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template