LoginSignup
4
0

More than 3 years have passed since last update.

laravel new で新規プロジェクトが作成できないとき

Last updated at Posted at 2018-04-02

経緯

laravelコマンドで新規プロジェクトを作成しようとしましたが、以下のエラーで作成ができませんでした。

Crafting application...
PHP Fatal error:  Cannot use lexical variable $eventName as a parameter name in /Users/pirothy/.composer/vendor/guzzlehttp/guzzle/src/Event/Emitter.php on line 49

Fatal error: Cannot use lexical variable $eventName as a parameter name in /Users/pirothy/.composer/vendor/guzzlehttp/guzzle/src/Event/Emitter.php on line 49

解決

一部のlaravelで使うプロジェクトが古くなっていたのが原因だったみたいです。
以下コマンドを打てば解決します。
composer global update

以上です。

4
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
0