diff --git a/yamilovs/sms-bundle/1.0/config/packages/yamilovs_sms.yaml b/yamilovs/sms-bundle/1.0/config/packages/yamilovs_sms.yaml new file mode 100644 index 00000000..f726d7e9 --- /dev/null +++ b/yamilovs/sms-bundle/1.0/config/packages/yamilovs_sms.yaml @@ -0,0 +1,4 @@ +yamilovs_sms: + providers: + # You must to define at least one provider configuration + # See more info at https://github.com/yamilovs/SmsBundle#configuration diff --git a/yamilovs/sms-bundle/1.0/manifest.json b/yamilovs/sms-bundle/1.0/manifest.json new file mode 100644 index 00000000..09174687 --- /dev/null +++ b/yamilovs/sms-bundle/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Yamilovs\\Bundle\\SmsBundle\\SmsBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/yamilovs/sms-bundle/1.0/post-install.txt b/yamilovs/sms-bundle/1.0/post-install.txt new file mode 100644 index 00000000..308f20e7 --- /dev/null +++ b/yamilovs/sms-bundle/1.0/post-install.txt @@ -0,0 +1,5 @@ +Getting started using yamilovs/sms-bundle. What's next? + + You must to define at least one provider configuration in %CONFIG_DIR%/packages/yamilovs_sms.yaml. + + * More info you can find in the documentation at https://github.com/yamilovs/SmsBundle#configuration