新版订单消耗系统

shensong00 bde1108f98 手动调整成本公司 1 tydzień temu
app bde1108f98 手动调整成本公司 1 tydzień temu
bootstrap 23e74bf9af init 3 lat temu
config 8fc9ccb54e 按发票序列号修改回款日期 调试 1 miesiąc temu
database 23e74bf9af init 3 lat temu
public 23e74bf9af init 3 lat temu
resources 23e74bf9af init 3 lat temu
routes b0f3692691 调试 10 miesięcy temu
storage 23e74bf9af init 3 lat temu
tests 23e74bf9af init 3 lat temu
.env.example 05444d7b88 init 3 lat temu
.gitattributes 05444d7b88 init 3 lat temu
.gitignore 05444d7b88 init 3 lat temu
artisan 05444d7b88 init 3 lat temu
composer.json 05444d7b88 init 3 lat temu
composer.lock 05444d7b88 init 3 lat temu
composer.phar 05444d7b88 init 3 lat temu
package.json 05444d7b88 init 3 lat temu
phpunit.xml 05444d7b88 init 3 lat temu
readme.md 05444d7b88 init 3 lat temu
server.php 05444d7b88 init 3 lat temu
webpack.mix.js 05444d7b88 init 3 lat temu

readme.md

  1. 安装依赖库

    php composer.phar install

  2. 添加 .env 配置文件

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

    php artisan migrate