irpcpro/test-food
最新稳定版本:1.0.1
Composer 安装命令:
composer create-project irpcpro/test-food
包简介
A project to get order and manage them.
关键字:
README 文档
README
Version: 1.0.0
A project to get order and manage them ...
System Design
Installation
Install this project via Composer:
composer create-project irpcpro/test-food
Requires:
- php: "^8.1",
- MariaDB: "10.4.28"
⚠️ Running Project
It's better to move to the public directory and run the command to set up a server on port 8000
$ cd ./public
$ php -S localhost:8000
⚠️ Initiate State
for setup the tables and mock data, you should run these two commands to create tables and data
$ php artisan migrate $ php artisan db:seed DatabaseSeeder
⚠️ Testing Reports
for testing the API of the Report [weekly delays] for having more data, you can run this command to fill the order and delay_reports tables about 300 data
$ php artisan db:seed ReportDataSeeder
统计信息
- 总下载量: 9
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-03-02
