我在 CentOS Linux 上安装 laravel 时出错。当我尝试运行此命令时
作曲家 创建项目拉拉维尔/拉拉维尔 --首选-dist
我已经安装了作曲家。
Compiling common classes
PHP Fatal error: Cannot redeclare class PsrLogLoggerInterface in /home/abc/public_html/xyz/laravel/vendor/compiled.php on line 12297
PHP Stack trace:
PHP 1. {main}() /home/abc/public_html/xyz/laravel/artisan:0
PHP 2. require() /home/abc/public_html/xyz/laravel/artisan:16
PHP 3. require() /home/abc/public_html/xyz/laravel/bootstrap/autoload.php:34
Script php artisan key:generate handling the post-create-project-cmd event returned with an error
[RuntimeException]
Error Output: PHP Fatal error: Cannot redeclare class PsrLogLoggerInterface in /home/abc/public_html/xyz/laravel/vendor/compiled.php on line 12297
PHP Stack trace:
PHP 1. {main}() /home/abc/public_html/xyz/laravel/artisan:0
PHP 2. require() /home/abc/public_html/xyz/laravel/artisan:16
PHP 3. require() /home/abc/public_html/xyz/laravel/bootstrap/autoload.php:34
我使用完整的Laravel包,即LaraPack。它为您提供了即用型Laravel安装,因此您无需使用Composer安装它。正如他的创建者所提到的,它还每周更新一次。