vagrant - Laravel homestead git clone not working -


i have git cloned existing project vagrant homestead machine, have setup homestead.yaml , hosts file , run vagrant provision, first got error:

warning: require(/home/vagrant/projects/myproject/bootstrap/../vendor/autoload.php): failed open stream: no such file or directory in /home/vagrant/projects/myproject/bootstrap/autoload.php on line 17 

after looking around saw alot of times solution run

 composer install 

or

composer update 

i did that, got error after that:

whoops, looks went wrong. 

in console checked says:

failed load resource: server responded status of 500 (internal server error) 

delete composer.lock , run composer install again.


Comments

Popular posts from this blog

php - Passing multiple values in a url using checkbox -

compilation - PHP install fails on Ubuntu 14 (make: *** [sapi/cli/php] Error 1) PHP 5.6.20 -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -