Add Encrypter Bundle recipes (#1685)

* Add Encrypter Bundle recipes

* fix: indentation

* Add comment in yaml

* Update comment

* Update comment

* Remove comment from yaml
This commit is contained in:
Manoj Kumar
2024-10-06 15:02:38 +05:30
committed by GitHub
parent 8dde63d77f
commit d47b4ed0f1
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
encrypter:
secret: '%env(ENCRYPTER_SECRET)%'

View File

@@ -0,0 +1,11 @@
{
"bundles": {
"ManojX\\EncrypterBundle\\EncrypterBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"ENCRYPTER_SECRET": "your_secret_key_here"
}
}