代码拉取完成,页面将自动刷新
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
你可以在登录后,发表评论
仓库评论 ( 90 )