admin在系统管理中能做什么(AdminLTE的后台管理系统)
admin在系统管理中能做什么(AdminLTE的后台管理系统)php think migrate:run 配置URL重写运行数据库迁移命令git clone https://gitee.com/yupoxiong/BearAdmin.git 安装项目依赖composer install 配置数据库更改 /config/database.php 文件内的数据库配置选项,数据库编码推荐utf8mb4。
基于ThinkPHP5 AdminLTE的后台管理系统
安装步骤
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