Stars: 117
Forks: 33
Pull Requests: 23
Issues: 9
Watchers: 8
Last Updated: 2021-05-20 10:58:35
基于layui和thinkphp6.0的快速后台开发框架。快速构建完善的管理后台,内置表单、表格的php生成,以及完善的RBAC权限管理。
License: MIT License
Languages: PHP, CSS
layui-admin
【thinkphp6.0】基于thinkphp的后台管理系统。
第一步:安装TP
$ composer create-project topthink/think tp && cd tp
第二步:安装本框架
$ composer require thans/layui-admin
第三步:
$ php think layuiAdmin:install
第四步:
先配置好数据库
$ php think migrate:run
安装完成。访问:http://hostname/admin/login.html
将密码重置为123456
$ php think layuiAdmin:repwd -p 123456
将密码随机重置
$ php think layuiAdmin:repwd
MIT