我正在尝试安装Laravel,但每次都返回相同的错误:
[ErrorException]
Array to string conversion
optimize [--force] [--psr]
Script php artisan optimize handling the post-install-cmd event returned with an error
[RuntimeException]
Error Output:
[ErrorException]
Array to string conversion
optimize [--force] [--psr]
我的步骤:
sudo -s
还是Laravel Forge的默认帐户Forge
,都会出现此错误chmod -R 777 app/storage
以防止任何权限错误sudo composer install
,sudo composer update
,错误仍然存在: Writing lock file
Generating autoload files
Generating optimized class loader
Compiling common classes
[ErrorException] Array to
string conversion optimize [--force] [--psr]
为什么我收到此错误?!任何帮助都将非常感激。