diff --git a/mael/recaptcha-bundle/0.1/config/packages/mael_recaptcha.yaml b/mael/recaptcha-bundle/0.1/config/packages/mael_recaptcha.yaml new file mode 100644 index 00000000..db115dd7 --- /dev/null +++ b/mael/recaptcha-bundle/0.1/config/packages/mael_recaptcha.yaml @@ -0,0 +1,3 @@ +mael_recaptcha: + key: '%env(resolve:MAEL_RECAPTCHA_KEY)%' + secret: '%env(resolve:MAEL_RECAPTCHA_SECRET)%' diff --git a/mael/recaptcha-bundle/0.1/manifest.json b/mael/recaptcha-bundle/0.1/manifest.json new file mode 100644 index 00000000..4b091f6a --- /dev/null +++ b/mael/recaptcha-bundle/0.1/manifest.json @@ -0,0 +1,12 @@ +{ + "bundles": { + "Mael\\MaelRecaptchaBundle\\MaelRecaptchaBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "MAEL_RECAPTCHA_KEY": "YOUR_RECAPTCHA_KEY", + "MAEL_RECAPTCHA_SECRET": "YOUR_RECAPTCHA_SECRET" + } +} diff --git a/mael/recaptcha-bundle/0.1/post-install.txt b/mael/recaptcha-bundle/0.1/post-install.txt new file mode 100644 index 00000000..37ef65de --- /dev/null +++ b/mael/recaptcha-bundle/0.1/post-install.txt @@ -0,0 +1,3 @@ + Next for MaelRecaptchaBundle + * Edit mael_recaptcha.yaml add you keys in your .env file + * Readdocumentation at https://github.com/Mael-91/MaelRecaptchaBundle/blob/master/README.md