安装步骤
clone 项目到本地
git clone https://github.com/yupoxiong/BearAdmin.git
或

git clone https://gitee.com/yupoxiong/BearAdmin.git
安装项目依赖
composer install
配置数据库
变动 /config/database.php 文件内的数据库配置选项,数据库编码推举utf8mb4。
运行数据库迁移命令
php think migrate:run
配置URL重写
访问后台
访问/admin,默认超级管理员的账号密码都为super-admin。
其他解释
本项目采取大量的开源代码,包括ThinkPHP,AdminLTE等等。
开源地址:https://github.com/yupoxiong/BearAdmin