Layui-Admin 介绍
layui-admin
【thinkPHP 6.0】基于 thinkPHP 的后台快速开发框架。快速构建完善的管理后台,内置表单、表格的 PHP 生成,以及完善的 RBAC
权限管理。
特性
Requirement
Installation
第一步:
$ 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
Compoents
- 富文本编辑框【ckeditor4】
- 文本输入框
- 数字输入框
- TextArea 输入框
- 单[多]文件[图片]上传
- 开关
- 下拉单选
- 下拉多选
- checkBox
- 权限树
- ICON 选择器
- 日期选择,支持多种格式。支持范围。
Demo
界面预览
License
MIT