彩票门店管理系统
 
 
 
 
Go to file
Jing Li cac6340b98 Update 2024-04-02 15:40:46 +08:00
app Update 2024-04-02 15:40:46 +08:00
bootstrap 销售统计 2024-03-29 11:20:52 +08:00
config admin 门店假数据, 门店管理菜单 2024-03-26 15:27:55 +08:00
database Update 2024-04-02 15:35:31 +08:00
lang admin 出差报备 2024-04-02 12:22:29 +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 添加和修改 改为 drawer 2024-03-28 16:38:58 +08:00
artisan Initial commit 2024-03-21 19:11:14 +08:00
composer.json 销售统计 2024-03-29 11:20:52 +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://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 需要写入权限