Laravelで…vendor/autoload.php): failed to open stream: No such file or directory というエラーによりデフォルト画面が表示されない解決方法
homestead で homestead up が成功していて、homesteadでnginxのログを表示してエラーを解消したものの、Laravelがautoload.phpが無いというエラー画面を出してきました。
ファイルが読み込めないというエラー
エラーが出てしまいました。
( ! ) Warning: require(/home/vagrant/workspace/php/Laravel/laravel-homestead/bootstrap/../vendor/autoload.php): failed to open stream: No such file or directory
composerをインストールする
ファイルが無いらしいので、composer installすればいいみたいです。
cd /home/vagrant/workspace/php/Laravel/laravel-homestead/
composer installしました。
composer install
# 色々インストールされました
コメントいただいたところによるとcomposer update
でもいいみたいです。
再度ブラウザにアクセスすると
この後どうしたらいいのやら
参考
https://teamtreehouse.com/forum/how-can-i-import-project-files-without-getting-errors
https://twitter.com/sharo0331pc/status/553819024111312896
https://twitter.com/fagai/status/553819095347376128
Author And Source
この問題について(Laravelで…vendor/autoload.php): failed to open stream: No such file or directory というエラーによりデフォルト画面が表示されない解決方法), 我々は、より多くの情報をここで見つけました https://qiita.com/pugiemonn/items/3d000ac0486987dd92df著者帰属:元の著者の情報は、元の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 .