diff --git a/artox-lab/sms-bundle/1.0/config/packages/artox_lab_sms.yaml b/artox-lab/sms-bundle/1.0/config/packages/artox_lab_sms.yaml new file mode 100644 index 00000000..7e744ee9 --- /dev/null +++ b/artox-lab/sms-bundle/1.0/config/packages/artox_lab_sms.yaml @@ -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 diff --git a/artox-lab/sms-bundle/1.0/manifest.json b/artox-lab/sms-bundle/1.0/manifest.json new file mode 100644 index 00000000..1b1be053 --- /dev/null +++ b/artox-lab/sms-bundle/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "ArtoxLab\\Bundle\\SmsBundle\\ArtoxLabSmsBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/artox-lab/sms-bundle/1.0/post-install.txt b/artox-lab/sms-bundle/1.0/post-install.txt new file mode 100644 index 00000000..e4268991 --- /dev/null +++ b/artox-lab/sms-bundle/1.0/post-install.txt @@ -0,0 +1,5 @@ +Getting started using artox-lab/sms-bundle. What's next? + + You must to define at least one provider configuration in %CONFIG_DIR%/packages/artox_lab_sms.yaml. + + * More info you can find in the documentation at https://github.com/artox-lab/sms-bundle#step-3-configuration