Laavel…vender/autoad.failed to open stream: "No such file or directory"오류로 인해 기본 화면 해결 방법이 표시되지 않습니다.

2103 단어 Laravel
homestead에서 homestead up이 성공했습니다homestead에nginx 로그 보이기. 오류는 제거되었지만 Laavel의 autoload입니다.php가 없는 오류 화면이 발생했습니다.

파일을 읽을 수 없는 오류


오류가 발생했습니다.
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 설치


파일이 없는 것 같아서 compooser install만 있으면 될 것 같아요.
Laavel이 배치된 디렉토리로 이동
cd /home/vagrant/workspace/php/Laravel/laravel-homestead/
compooser install이 완료되었습니다.
install composer
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

좋은 웹페이지 즐겨찾기