Allow developer to change the environment to run Tinker under (equivalent to --env option in command line) #380
Closed
aokrasavin
started this conversation in
Feature requests
Replies: 1 comment
-
You can change the environment variables in your PHP Interpreter settings :) |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
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