Skip to content
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

Add env:build command #13

Open
svenluijten opened this issue Sep 13, 2016 · 1 comment
Open

Add env:build command #13

svenluijten opened this issue Sep 13, 2016 · 1 comment
Assignees
Milestone

Comments

@svenluijten
Copy link
Owner

php artisan env:build (name here is up for discussion) should copy over the .env.example command into a valid .env file. This should take a few things into consideration:

  • The current values in the .env file must still exist after executing this command
  • All values in the .env file with a space ( ) in them must be wrapped in quotes
@svenluijten svenluijten added this to the 2.1 release milestone Sep 13, 2016
@svenluijten svenluijten mentioned this issue Sep 13, 2016
Closed
3 tasks
@svenluijten svenluijten self-assigned this Sep 13, 2016
@svenluijten
Copy link
Owner Author

I think a good name for this would be env:sync; because it would synchronize your .env file with the given .env.example file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant