StartAdmin is a background management secondary development scaffolding based on ThinkPHP6/ElementUI/VUE; the software integrates WeChat access, WeChat (login) payment, third-party login, permission management, user (group) management, WEUI, menu management, node management , access logs, access statistics, API generation, background code generation, Excel data export and other common functions, it is a lightweight back-end scaffolding.
StartAdmin features User group-based RBAC permission control Back-end management based on VUE+ElementUI Mobile Web page management based on WeUI+VUE Integrated EasyWechat WeChat development toolkit Third-party login (DEMO for QQ/Weibo login)
Back-end code generation data table and model generation API generation
Excel data export
It is recommended to install using Composer:
Execute composercreate-projecthamm/start-adminStartAdmin
Create a database (utf8-mb4) and import the database StartAdmin.sql
Configure the site and ThinkPHP pseudo-statically copy .example.env to .env to modify your own database configuration
Good Start!
LNMP environment:
-PHP7.1+
-Nginx
-CentOS7
-MySQL5.5+
Traditional installation:
Create a database (utf8-mb4) and import the database StartAdmin.sql
Clone or download the zip package of this warehouse, configure the site and ThinkPHP pseudo-static copy .example.env to .env to modify your own database configuration
Composerinstall
Good Start!