# 彩票门店管理 ## Require - php >= 8.1 && composer - mysql >= 8.0 - nginx or apache ## Steup - `git clone gitea@gitea.hmily.club:pdkj/store-manage.git` - `cd store-manage` - `composer install` - `cp .env.example .env` - `php artisan key:generate` - `php artisan storage:link` - `vim .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` 需要写入权限