If you have not found a solution yet, this solved it for me:
" ..Turns out that the $_ENV array isn't populated unless you explicitly state it in the php.ini. [...]
To solve it, find the variables_order in your php.ini and add 'E' to the string, like so: variables_order = "EGPCS". "
http://stackoverflow.com/questions/27285627/laravel-homestead-unable-to-run-homestead-up
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community