彩票门店管理系统
 
 
 
 
Go to file
Jing Li d63aee36af 上报数据项 2024-03-28 16:31:23 +08:00
app 上报数据项 2024-03-28 16:31:23 +08:00
bootstrap Initial commit 2024-03-21 19:11:14 +08:00
config admin 门店假数据, 门店管理菜单 2024-03-26 15:27:55 +08:00
database 上报数据项 2024-03-28 16:31:23 +08:00
lang admin 打卡记录 2024-03-28 11:51:50 +08:00
public 更新 owl-admin 资源文件 2024-03-23 10:49:29 +08:00
resources Initial commit 2024-03-21 19:11:14 +08:00
routes admin 员工管理 2024-03-22 12:28:58 +08:00
storage Initial commit 2024-03-21 19:11:14 +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 Initial commit 2024-03-21 19:11:14 +08:00
README.md admin employee.store_id 2024-03-28 10:42:51 +08:00
artisan Initial commit 2024-03-21 19:11:14 +08:00
composer.json Initial commit 2024-03-21 19:11:14 +08:00
composer.lock Initial commit 2024-03-21 19:11:14 +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://local.lottery.host
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=lottery
DB_USERNAME=root
DB_PASSWORD=123456
  • php artisan migrate --seed