[Feature Request] Automatically setup services on existing projects #1269
markus-mohemian
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It would be super handy, especially for new developers on a project to automatically setup related services for a new site.
Whenever working on an existing project several steps are necessary to get the local dev environment up and running. Usually this involves starting docker images for database, caching and/or creating a site via Herd and adding the required services manually.
It would improve developer experience by a lot if this initial setup could be made faster.
Imagine following workflow:
I know there are definitely cases that need to be considered, like where to read the services from (.env.example maybe?) or what to do when the .env file already exists.
Beta Was this translation helpful? Give feedback.
All reactions