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
Post a Comment