generated from liutk/owl-admin-base
527 B
527 B
彩票门店管理
Require
- php >= 8.1 && composer
- mysql >= 8.0
- nginx or apache
Steup
git clone gitea@gitea.hmily.club:pdkj/store-manage.gitcd store-managecomposer installcp .env.example .envphp artisan key:generatephp artisan storage:linkvim .env
APP_URL=http://store-manage.hmily.club
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=lottery
DB_USERNAME=root
DB_PASSWORD=123456
php artisan migrate --seed- 目录
./bootstrap/cache和./storage需要写入权限