新版订单消耗系统
安装依赖库
php composer.phar install
添加 .env 配置文件
.env
使用 migrate 在 mysql 中创建日志表
php artisan migrate