时间:2021-07-01 10:21:17 帮助过:29人阅读
2、在bootstrap下创建目录cache,在cache目录中放入一个.gitignore文件,内容为:
*
!.gitignore
3、修改bootstrap下的autoload.php文件,将$compiledPath = __DIR__.'/../vendor/compiled.php';修改为:$compiledPath = __DIR__.'/cache/compiled.php';
4、运行composer update;