Allow developer to change the environment to run Tinker under (equivalent to --env option in command line) #380
aokrasavin
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
-
At present, when running the plugin, it always runs under default environment. It would be useful to allow use to select an environment for each console.
Concrete example - I have a code which runs perfectly well in production, but fails during testing (which obviously runs under --dev=testing). This was ultimately traced to issues in configurations.
Beta Was this translation helpful? Give feedback.
All reactions