lumen-generators
lumen-generators copied to clipboard
(Feature Request) Allow command options to be declared in resources file
I love the resources file as a concept and thought it might be nice to expand upon the basic concept of having a configuration for enduring options (instead of only relying on command options).
I'm thinking something like:
---
path: 'App/Models'
laravel: true
[...]
Use of the command line options would override the file options, if present, but this would allow everything to be defined (and thus backed up) in the file.