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

env() should be moved to a hook like setup, to be run in each container context #3

Open
johnrom opened this issue Oct 14, 2021 · 0 comments

Comments

@johnrom
Copy link
Owner

johnrom commented Oct 14, 2021

Env was useful for enabling profiler in PHP only when necessary (nimble up profile), but unfortunately XDebug v3 is no longer compatible.

I'd still like to be able to pass an argument to enable profiling with nimble up, but it would have to apply differently to each project.

Adding a hook to set up environment variables within each container's context would be a great place to move this.

@johnrom johnrom changed the title env() should be moved to a hook like setup, to be run in each client environment env() should be moved to a hook like setup, to be run in each container context Oct 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant