[Laravel] Allow to set command parameters from config file #376
Labels
Comments
Closed
|
Would be great, but my idea is set the parameters on config file as similar as console to avoid to users to know how to map console parameters on config file and to avoid to phpinsights developers create new docs with parameters to config map and code conversions. But, for me, it's great :) |
|
I've added the requested feature in #441 . If there needs to be added more config options please put it in the PR! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Related with #23 will be a great idea to allow set all commands parameters from
config/insights.phpwhen is used withphp artisan insights.Maybe something like:
or
Parameters from command line must overwrite config parameters:
And also an option to avoid use config will be great:
Thanks!
The text was updated successfully, but these errors were encountered: