Same problem over here. You found a solution?
Apr 22, 2016
6
Level 1
Spark Installation Errors
I get a couple of errors when I try to install Spark (from within Homestead).
Firstly, as soon as I run spark install whatever I get Could not open input file: composer.phar but the installation seemingly proceeding as normal, can anyone confirm whether that's the case?
Finally, the biggest problem is towards the end of the installation, when I get
Updating Environment File: ✔
[ErrorException]
file_get_contents(/Sites/testingspark/.env): failed to open stream: No such file or directory
I can see in the composer.json file that the post-root-package-install is set to copy the .env.example to .env ("php -r \"copy('.env.example', '.env');\""), and I've run that code manually to confirm there are no issues.
Any ideas?
Please or to participate in this conversation.