彩票门店管理系统
 
 
 
 
Go to file
panliang 5772c4f002 workflow 2024-04-28 10:42:12 +08:00
app workflow 2024-04-28 10:42:12 +08:00
bootstrap 编码格式化 2024-04-07 13:30:37 +08:00
config 调整部分细节 2024-04-25 11:24:25 +08:00
database fix bug 2024-04-26 08:34:34 +08:00
lang exam 2024-04-27 13:23:13 +08:00
public 调整logo与后台名称 2024-04-15 15:11:28 +08:00
resources Initial commit 2024-03-21 19:11:14 +08:00
routes 任务详情 2024-04-23 20:34:48 +08:00
storage 升级owl后台,并引入excel 2024-04-02 17:50:45 +08:00
tests exam 2024-04-27 13:23:13 +08:00
.editorconfig Initial commit 2024-03-21 19:11:14 +08:00
.env.example sign 2024-04-22 12:08:50 +08:00
.gitattributes Initial commit 2024-03-21 19:11:14 +08:00
.gitignore 升级owl后台,并引入excel 2024-04-02 17:50:45 +08:00
README.md admin 添加和修改 改为 drawer 2024-03-28 16:38:58 +08:00
artisan Initial commit 2024-03-21 19:11:14 +08:00
composer.json 升级owl后台,并引入excel 2024-04-02 17:50:45 +08:00
composer.lock 升级owl后台,并引入excel 2024-04-02 17:50:45 +08:00
package.json Initial commit 2024-03-21 19:11:14 +08:00
phpunit.xml Initial commit 2024-03-21 19:11:14 +08:00
vite.config.js Initial commit 2024-03-21 19:11:14 +08:00

README.md

彩票门店管理

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 需要写入权限