0
프로젝트마다 Homestead로 Laravel 프로젝트를 만들었습니다. 그 후 나는 git 저장소에 밀어 넣었다. https://github.com/FELPONE/Laravel-Rate-Limit.git.Laravel homestead per project 설치
다른 프로젝트에서 동일한 프로젝트를 초기화하려고합니다. Repo에서 프로젝트를 복제했지만 방랑자를 시작할 때 오류가 발생합니다.
Vagrantfile을로드하는 중 오류가 발생했습니다. 로드되는 파일 및 오류 메시지는 다음과 같습니다. 이것은 보통 구문 오류로 인해 발생합니다.
Path: /home/yourname/Desktop/rate-limit/Vagrantfile
Line number: 0
Message: LoadError: cannot load such file -- /home/yourname/Desktop/rate-limit/vendor/laravel/homestead/scripts/homestead.rb
올바르게 설정하는 올바른 단계는 무엇입니까?