-
Notifications
You must be signed in to change notification settings - Fork 11k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.env problem #6032
Comments
Some additional info for the developers. DuplicationInstall a Laravel 5 app via Composer by running the following on a Vagrant box. This was run in the ~/Code directory.
Expected OutcomeComposer acquires all dependencies, generates a composer.lock and composer.json file, generates an autoload file, and creates a new Laravel 5 project successfully with no errors Actual OutcomeComposer acquires all dependencies, generates a composer.lock and composer.json file, and attempts to generate an autoloader; howerver it fails due to this error: Writing lock file This error occurs multiple times with various dependencies installed from Composer. |
Can confirm this, just tried to get the dev version but getting the same error |
Same problem. |
Same issue |
Solution is (after exception in console):
|
You shouldn't need to do all that. It only fails the On Fri, Oct 10, 2014 at 11:03 PM, ed-fruty notifications@github.com wrote:
|
But if you do that each time you have to run the create and then do an From: Jason Lewis notifications@github.com You shouldn't need to do all that. It only fails the On Fri, Oct 10, 2014 at 11:03 PM, ed-fruty notifications@github.com wrote:
‹ |
Shouldn't need to do an update. It will be fixed, don't stress.
|
Cool thanks From: Jason Lewis notifications@github.com Shouldn't need to do an update. It will be fixed, don't stress.
— |
@sitesense, @remoblaser, @anhskohbo, @provun, @jasonlewis |
Work fine! Close issue, please. |
@GrahamCampbell this issue can be closed! |
Thanks. |
I've seen complaints that dev version can't be installed at the moment.
The problem is a missing .env file.
We currently have .env.example in the root folder, renaming to .env fixes the current issue.
Sorry for the brevity, I'm off to bed :)
The text was updated successfully, but these errors were encountered: