You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
johnrom
changed the title
env() should be moved to a hook like setup, to be run in each client environmentenv() should be moved to a hook like setup, to be run in each container context
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.
The text was updated successfully, but these errors were encountered: