thans / layui-admin
此包已被弃用且不再维护。未建议替代包。
layui admin 模板构建
v2.0.1
2020-01-18 16:55 UTC
Requires
- php: >=7.1.0
- thans/thinkphp-filesystem-cloud: ^1.0
- topthink/framework: ^6.0.0
- topthink/think-captcha: ^3.0
- topthink/think-migration: ^3.0.2
- topthink/think-view: ^1.0
Requires (Dev)
- phpunit/phpunit: ^6.5
This package is auto-updated.
Last update: 2021-09-25 05:37:07 UTC
README
layui-admin
【thinkphp6.0】基于thinkphp的后台管理系统。
特性
- 基于tp6.0
- 基于layui前端框架
- 内置用户和权限管理
- Form类快速构建表单
- 包含多种表单组件
- Table类快速构建列表
- 轻松管理配置项
需求
- php >= 7.1
- thinkphp >=6.0.0
- Linux
安装
第一步:安装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
组件
- 富文本编辑框【ckeditor4】
- 文本输入框
- 数字输入框
- TextArea输入框
- 单[多]文件[图片]上传
- 开关
- 下拉单选
- 下拉多选
- checkbox
- 权限树
- ICON选择器
- 日期选择,支持多种格式。支持范围。
演示
许可
MIT