新版订单消耗系统

shensong00 bde1108f98 手动调整成本公司 1 hafta önce
app bde1108f98 手动调整成本公司 1 hafta önce
bootstrap 23e74bf9af init 3 yıl önce
config 8fc9ccb54e 按发票序列号修改回款日期 调试 1 ay önce
database 23e74bf9af init 3 yıl önce
public 23e74bf9af init 3 yıl önce
resources 23e74bf9af init 3 yıl önce
routes b0f3692691 调试 10 ay ö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