Merge pull request #253

This commit is contained in:
symfony-flex-server[bot]
2018-04-03 09:57:11 +00:00
committed by GitHub
3 changed files with 17 additions and 0 deletions
@@ -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
+8
View File
@@ -0,0 +1,8 @@
{
"bundles": {
"Yamilovs\\Bundle\\SmsBundle\\SmsBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}
+5
View File
@@ -0,0 +1,5 @@
Getting started using <options=bold>yamilovs/sms-bundle</>. What's next?
You <options=bold>must</> to define at least one provider configuration in <comment>%CONFIG_DIR%/packages/yamilovs_sms.yaml</>.
* <fg=blue>More info</> you can find in the documentation at <comment>https://github.com/yamilovs/SmsBundle#configuration</>