Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up[Laravel] Allow to set command parameters from config file #376
Comments
|
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 :) |



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!