彩票门店管理系统
 
 
 
 
Go to file
Jing Li 60bc23c3b8 [api] 登录/登出 2024-04-07 12:53:59 +08:00
app [api] 登录/登出 2024-04-07 12:53:59 +08:00
bootstrap 销售统计 2024-03-29 11:20:52 +08:00
config [api] 登录/登出 2024-04-07 12:53:59 +08:00
database admin 升职申请 2024-04-07 12:36:35 +08:00
lang admin 升职申请 2024-04-07 12:36:35 +08:00
public 升级owl后台,并引入excel 2024-04-02 17:50:45 +08:00
resources Initial commit 2024-03-21 19:11:14 +08:00
routes [api] 登录/登出 2024-04-07 12:53:59 +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 需要写入权限