All Projects → QThans → Layui Admin

QThans / Layui Admin

Licence: mit
基于layui和thinkphp6.0的快速后台开发框架。快速构建完善的管理后台,内置表单、表格的php生成,以及完善的RBAC权限管理。

Projects that are alternatives of or similar to Layui Admin

Coreui Free Bootstrap Admin Template
CoreUI is free bootstrap admin template
Stars: ✭ 11,038 (+10828.71%)
Mutual labels:  admin, admin-ui, admin-dashboard, admin-template
Ngx Admin
Customizable admin dashboard template based on Angular 10+
Stars: ✭ 23,286 (+22955.45%)
Mutual labels:  admin, admin-dashboard, admin-template, admin-ui
Shards Dashboard
🔥A beautiful Bootstrap 4 admin dashboard templates pack.
Stars: ✭ 1,143 (+1031.68%)
Mutual labels:  admin, admin-dashboard, admin-template, admin-ui
Shards Dashboard React
⚛️A free and beautiful React admin dashboard template pack.
Stars: ✭ 1,268 (+1155.45%)
Mutual labels:  admin, admin-dashboard, admin-template, admin-ui
Coreui Free Laravel Admin Template
CoreUI Free Laravel Bootstrap Admin Template
Stars: ✭ 353 (+249.5%)
Mutual labels:  admin, admin-dashboard, admin-template, admin-ui
Blur Admin
AngularJS Bootstrap Admin Panel Framework
Stars: ✭ 11,274 (+11062.38%)
Mutual labels:  admin, admin-dashboard, admin-template, admin-ui
Staradmin Free Bootstrap Admin Template
A Free Responsive Admin Dashboard Template Built With Bootstrap 4. Elegant UI Theme for Your Web App!
Stars: ✭ 1,191 (+1079.21%)
Mutual labels:  admin, admin-dashboard, admin-template, admin-ui
plain-free-bootstrap-admin-template
Free Bootstrap 5 Admin and Dashboard Template that comes with all essential dashboard components, elements, charts, graph and application pages. Download now for free and use with personal or commercial projects.
Stars: ✭ 141 (+39.6%)
Mutual labels:  admin, admin-dashboard, admin-ui, admin-template
Vue Framework Wz
👏vue后台管理框架👏
Stars: ✭ 3,757 (+3619.8%)
Mutual labels:  admin, admin-dashboard, admin-template, admin-ui
Gentelella
Welcome to Gentelella - Responsive Bootstrap Admin Application based on the Foundation of Symfony and Gentelella!
Stars: ✭ 100 (-0.99%)
Mutual labels:  admin, admin-dashboard, admin-template, admin-ui
Vue Admin Beautiful
🚀🚀🚀vue3 admin,vue3.0 admin,vue后台管理,vue-admin,vue3.0-admin,admin,vue-admin,vue-element-admin,ant-design,vue-admin-beautiful-pro,vab admin pro,vab admin plus主线版本基于element-plus、element-ui、ant-design-vue三者并行开发维护,同时支持电脑,手机,平板,切换分支查看不同的vue版本,element-plus版本已发布(vue3,vue3.0,vue,vue3.x,vue.js)
Stars: ✭ 10,968 (+10759.41%)
Mutual labels:  admin, admin-dashboard, admin-template
Vuetify Admin Dashboard
A Crud Admin panel made from Vue js and Vuetify
Stars: ✭ 481 (+376.24%)
Mutual labels:  admin, admin-dashboard, admin-template
Vue Quasar Admin
Vue 2.0 admin-dashboard based on Quasar-Framework
Stars: ✭ 516 (+410.89%)
Mutual labels:  admin, admin-dashboard, admin-template
Sing App
💥Free and open-source admin dashboard template built with Bootstrap 4.5 💥
Stars: ✭ 1,187 (+1075.25%)
Mutual labels:  admin, admin-dashboard, admin-ui
Kongdash
An elegant desktop client for Kong Admin API
Stars: ✭ 449 (+344.55%)
Mutual labels:  admin, admin-dashboard, admin-ui
React Antd Admin
用React和Ant Design搭建的一个通用管理后台
Stars: ✭ 1,313 (+1200%)
Mutual labels:  admin, admin-dashboard, admin-ui
Vue Material Dashboard
Vue Material Dashboard - Open Source Material Design Admin
Stars: ✭ 403 (+299.01%)
Mutual labels:  admin, admin-dashboard, admin-template
Cleopatra
Admin Dashboard Template Built On Tailwind CSS
Stars: ✭ 521 (+415.84%)
Mutual labels:  admin, admin-dashboard, admin-ui
Sleek Dashboard
Sleek Dashboard - Free Bootstrap 4 Admin Template and UI Kit
Stars: ✭ 690 (+583.17%)
Mutual labels:  admin, admin-dashboard, admin-template
Clever Bootstrap 4 Admin Template With Angularjs Angular 2 Support
Clever is Boostrap 4 Admin Template with Angular 2 and AngularJS support
Stars: ✭ 98 (-2.97%)
Mutual labels:  admin, admin-dashboard, admin-template

layui-admin

【thinkphp6.0】基于thinkphp的后台管理系统。

开发文档 DEMO[备案中]

特性

  1. 基于tp6.0
  2. 基于layui前端框架
  3. 内置用户和权限管理
  4. Form类快速构建表单
  5. 包含多种表单组件
  6. Table类快速构建列表
  7. 轻松管理配置项

Requirement

  1. php >= 7.1
  2. thinkphp >=6.0.0
  3. Linux

Installation

第一步:安装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

Commands

将密码重置为123456

$ php think layuiAdmin:repwd -p 123456

将密码随机重置

$ php think layuiAdmin:repwd

Compoents

  • 富文本编辑框【ckeditor4】
  • 文本输入框
  • 数字输入框
  • TextArea输入框
  • 单[多]文件[图片]上传
  • 开关
  • 下拉单选
  • 下拉多选
  • checkbox
  • 权限树
  • ICON选择器
  • 日期选择,支持多种格式。支持范围。

Demo

界面预览 login form list console

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].