It would be nice to have an option or config flag so we can set --env=local or whatever we use. I have My generators installed under my local/dev configs, and not in the default production configs. Therefore generators never appear available in sublime.
One option would be to add your computers hostname to the Laravel environment, then artisan also uses the environment in which you added your hostname.
It would be nice to have an option or config flag so we can set --env=local or whatever we use. I have My generators installed under my local/dev configs, and not in the default production configs. Therefore generators never appear available in sublime.