彩票门店管理系统
 
 
 
 
Go to file
Jing Li f5442d9729 Fix 2024-04-20 17:43:45 +08:00
app Fix 2024-04-20 17:43:45 +08:00
bootstrap 编码格式化 2024-04-07 13:30:37 +08:00
config 调整标签标题 2024-04-15 21:18:02 +08:00
database setting seeder 2024-04-19 17:08:11 +08:00
lang Update 2024-04-20 16:22:36 +08:00
public 调整logo与后台名称 2024-04-15 15:11:28 +08:00
resources Initial commit 2024-03-21 19:11:14 +08:00
routes Update 2024-04-20 16:22:36 +08:00
storage 升级owl后台,并引入excel 2024-04-02 17:50:45 +08:00
tests Initial commit 2024-03-21 19:11:14 +08:00
.editorconfig Initial commit 2024-03-21 19:11:14 +08:00
.env.example Initial commit 2024-03-21 19:11:14 +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 需要写入权限