From 154e04c019cea67adf184b490c5896d7dcf8d66a Mon Sep 17 00:00:00 2001 From: Yamilov Stepan Date: Mon, 15 Jan 2018 17:38:42 +0500 Subject: [PATCH 1/5] Added recipe file for yamilovs sms bundle --- yamilovs/sms-bundle/1.0/config/packages/yamilovs_sms.yaml | 4 ++++ yamilovs/sms-bundle/1.0/manifest.json | 8 ++++++++ 2 files changed, 12 insertions(+) create mode 100644 yamilovs/sms-bundle/1.0/config/packages/yamilovs_sms.yaml create mode 100644 yamilovs/sms-bundle/1.0/manifest.json 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..c74caa7c --- /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 README.md file \ No newline at end of file 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%/" + } +} From 737843d7b2835c9f0404067c51cebac5f5d471b5 Mon Sep 17 00:00:00 2001 From: Yamilov Stepan Date: Mon, 15 Jan 2018 17:49:00 +0500 Subject: [PATCH 2/5] Added a new line at the end of file --- yamilovs/sms-bundle/1.0/config/packages/yamilovs_sms.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yamilovs/sms-bundle/1.0/config/packages/yamilovs_sms.yaml b/yamilovs/sms-bundle/1.0/config/packages/yamilovs_sms.yaml index c74caa7c..ffb92335 100644 --- a/yamilovs/sms-bundle/1.0/config/packages/yamilovs_sms.yaml +++ b/yamilovs/sms-bundle/1.0/config/packages/yamilovs_sms.yaml @@ -1,4 +1,4 @@ yamilovs_sms: providers: # You must to define at least one provider configuration - # See more info at README.md file \ No newline at end of file + # See more info at README.md file From ffd0c02465450e0b21feeaef78aac07e7b11e913 Mon Sep 17 00:00:00 2001 From: Yamilov Stepan Date: Tue, 3 Apr 2018 13:13:04 +0500 Subject: [PATCH 3/5] Added link to config documentation --- yamilovs/sms-bundle/1.0/config/packages/yamilovs_sms.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yamilovs/sms-bundle/1.0/config/packages/yamilovs_sms.yaml b/yamilovs/sms-bundle/1.0/config/packages/yamilovs_sms.yaml index ffb92335..f726d7e9 100644 --- a/yamilovs/sms-bundle/1.0/config/packages/yamilovs_sms.yaml +++ b/yamilovs/sms-bundle/1.0/config/packages/yamilovs_sms.yaml @@ -1,4 +1,4 @@ yamilovs_sms: providers: # You must to define at least one provider configuration - # See more info at README.md file + # See more info at https://github.com/yamilovs/SmsBundle#configuration From 753a03c73fe580147a7f03502a6d0a4d9f063000 Mon Sep 17 00:00:00 2001 From: Yamilov Stepan Date: Tue, 3 Apr 2018 13:51:20 +0500 Subject: [PATCH 4/5] Added `post-install.txt` file with configuration reference --- yamilovs/sms-bundle/1.0/post-install.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 yamilovs/sms-bundle/1.0/post-install.txt 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..6e7aa54c --- /dev/null +++ b/yamilovs/sms-bundle/1.0/post-install.txt @@ -0,0 +1,7 @@ + + Getting started using yamilovs/sms-bundle + + + 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 From 645011b994a2ab60f9b7bb48a2f6f6bb7fdc2119 Mon Sep 17 00:00:00 2001 From: Yamilov Stepan Date: Tue, 3 Apr 2018 14:20:40 +0500 Subject: [PATCH 5/5] Removed colors and simplified the markup --- yamilovs/sms-bundle/1.0/post-install.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/yamilovs/sms-bundle/1.0/post-install.txt b/yamilovs/sms-bundle/1.0/post-install.txt index 6e7aa54c..308f20e7 100644 --- a/yamilovs/sms-bundle/1.0/post-install.txt +++ b/yamilovs/sms-bundle/1.0/post-install.txt @@ -1,6 +1,4 @@ - - Getting started using yamilovs/sms-bundle - +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.