composer 1073741819
win10 执行 composer install 后
报
......
80 package suggestions were added by new dependencies, use `composer suggest` to see details.
Generating optimized autoload files
> Illuminate\Foundation\ComposerScripts::postAutoloadDump
> @php artisan package:discover --ansi
Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code -1073741819
访问 test.com,报 500 错误。
修改入口文件 index.php echo ‘aaa’;die; 是可以正常输出的。php.ini 错误级别也是 E_ALL,evn APP_DEBUG=true。
请教各位大佬访问 test.com,直接报 500 错误也没有报错提醒。这个是什么原因造成的。
推荐文章: