# layuiAdmin **Repository Path**: kx0/layuiAdmin ## Basic Information - **Project Name**: layuiAdmin - **Description**: 基于layui和thinkphp6.0的快速后台开发框架。快速构建完善的管理后台,内置表单、表格的php生成,以及完善的RBAC权限管理。 - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 118 - **Created**: 2019-11-27 - **Last Updated**: 2024-11-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
layui-admin
【thinkphp6.0】基于thinkphp的后台管理系统。
## 特性 1. 基于tp6.0 2. 基于layui前端框架 3. 内置用户和权限管理 4. Form类快速构建表单 5. 包含多种表单组件 6. Table类快速构建列表 ## Requirement 1. php >= 7.0 2. thinkphp >=6.0.0 ## Installation 第一步: ```shell $ composer create-project topthink/think tp5 && cd tp5 ``` 第二步: ```shell $ composer require thans/layui-admin ``` 第三步: ```shell $ php think layuiAdmin:install ``` 第四步: > 先配置好数据库 ```shell $ php think migrate:run ``` 安装完成。访问:http://hostname/admin/login.html ## Compoents * 富文本编辑框【ckeditor4】 * 文本输入框 * 数字输入框 * TextArea输入框 * 单[多]文件[图片]上传 * 开关 * 下拉单选 * 下拉多选 * checkbox * 权限树 * ICON选择器 * 日期选择,支持多种格式。支持范围。 ## Demo > 界面预览     ## License MIT