新版订单消耗系统

shensong00 d8467aa7bf 发票回款 调试 6 gün önce
app d8467aa7bf 发票回款 调试 6 gün önce
bootstrap 23e74bf9af init 3 yıl önce
config c43f3bd2a8 3季度回款日期订单重新处理 调试 1 hafta önce
database 23e74bf9af init 3 yıl önce
public 23e74bf9af init 3 yıl önce
resources 23e74bf9af init 3 yıl önce
routes 314ef063e2 发票编辑回款信息接口调试 1 hafta önce
storage 23e74bf9af init 3 yıl önce
tests 23e74bf9af init 3 yıl önce
.env.example 05444d7b88 init 3 yıl önce
.gitattributes 05444d7b88 init 3 yıl önce
.gitignore 05444d7b88 init 3 yıl önce
artisan 05444d7b88 init 3 yıl önce
composer.json 05444d7b88 init 3 yıl önce
composer.lock 05444d7b88 init 3 yıl önce
composer.phar 05444d7b88 init 3 yıl önce
package.json 05444d7b88 init 3 yıl önce
phpunit.xml 05444d7b88 init 3 yıl önce
readme.md 05444d7b88 init 3 yıl önce
server.php 05444d7b88 init 3 yıl önce
webpack.mix.js 05444d7b88 init 3 yıl önce

readme.md

  1. 安装依赖库

    php composer.phar install

  2. 添加 .env 配置文件

  3. 使用 migrate 在 mysql 中创建日志表

    php artisan migrate