Adding extra.beetbox.config to composer.json will generate the config.yml for the current project. Note that this will override an existing config file, I considered merging but it would add a fair bit of complexity and the idea would be to ignore the whole .beetbox directory from the repo if using this approach.
Proposed Changes
Adding
extra.beetbox.config
tocomposer.json
will generate theconfig.yml
for the current project. Note that this will override an existing config file, I considered merging but it would add a fair bit of complexity and the idea would be to ignore the whole.beetbox
directory from the repo if using this approach.example
composer.json
:Relates To