feat(config): add configuration for bundle to recipe

US-34680
This commit is contained in:
Dmitry Meliukh
2020-04-14 17:07:29 +03:00
parent 4838b95a1d
commit e2884b89c7
3 changed files with 17 additions and 0 deletions
@@ -0,0 +1,4 @@
artox_lab_sms:
providers:
# You must to define at least one provider configuration
# See more info at https://github.com/artox-lab/sms-bundle
+8
View File
@@ -0,0 +1,8 @@
{
"bundles": {
"ArtoxLab\\Bundle\\SmsBundle\\ArtoxLabSmsBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}
@@ -0,0 +1,5 @@
Getting started using <options=bold>artox-lab/sms-bundle</>. What's next?
You <options=bold>must</> to define at least one provider configuration in <comment>%CONFIG_DIR%/packages/artox_lab_sms.yaml</>.
* <fg=blue>More info</> you can find in the documentation at <comment>https://github.com/artox-lab/sms-bundle#step-3-configuration</>