layui-admin
【thinkphp 6.0】基于 thinkphp 的后台快速开发框架。快速构建完善的管理后台,内置表单、表格的 php 生成,以及完善的 RBAC 权限管理。
第一步:
$ composer create-project topthink/think tp5 && cd tp5
第二步:
$ composer require thans/layui-admin
第三步:
$ php think layuiAdmin:install
第四步:
先配置好数据库
$ php think migrate:run
安装完成。访问:http://hostname/admin/login.html
界面预览
MIT