yaoshanliang/ucenter is a Laravel package for ucenter..
It currently has 80 GitHub stars and 3 downloads on Packagist (latest version v2).
Install it with composer require yaoshanliang/ucenter.
Discover more Laravel packages by yaoshanliang
or browse all Laravel packages to compare alternatives.
Last updated
开放平台: http://yaoshanliang.github.io/ucenter-open
1、下载源码
git clone https://github.com/yaoshanliang/ucenter.git
或者
composer require yaoshanliang/ucenter
2、一些权限
chmod -R 777 storage
chmod -R 777 bootstrap/cache
3、安装依赖
composer install
4、配置
cp .env.example .env
修改为自己的配置
5、执行数据库迁移
php artisan migrate
6、导入数据
php artisan db:seed
7、cache写入
访问/api/sys/cache
8、登录
用户名:admin 密码:123456