AWSでのLaravelプロジェクト作成時のエラー
composer コマンドでLaravelのプロジェクト作成時に何かしらの理由で、正常に作成されていなくてエラーが出てしまった時。
$ cd ~/environment
$ rm -rf (プロジェクト名)
$ sudo yum -y install php73 php73-mbstring php73-pdo php73-mysqlnd
$ sudo alternatives --set php /usr/bin/php-7.3
$ curl -sS https://getcomposer.org/installer | php
$ sudo mv composer.phar /usr/bin/composer
上記コマンドで1回プロジェクトを消す。
再度プロジェクト作成する。
Author And Source
この問題について(AWSでのLaravelプロジェクト作成時のエラー), 我々は、より多くの情報をここで見つけました https://qiita.com/arichan07/items/59278dc560e1d64000b8著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .