mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-21 12:26:30 +03:00
Update Flex endpoint
This commit is contained in:
@@ -513,6 +513,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [piou-piou/ribs-cron-bundle](https://packagist.org/packages/piou-piou/ribs-cron-bundle) | [1.0](piou-piou/ribs-cron-bundle/1.0) |
|
||||
| [pixelopen/cloudflare-turnstile-bundle](https://packagist.org/packages/pixelopen/cloudflare-turnstile-bundle) | [0.1](pixelopen/cloudflare-turnstile-bundle/0.1) |
|
||||
| [player259/graphql-bundle](https://packagist.org/packages/player259/graphql-bundle) | [1.0](player259/graphql-bundle/1.0) |
|
||||
| [pms-nz/object-translation-bundle](https://packagist.org/packages/pms-nz/object-translation-bundle) | [1.0](pms-nz/object-translation-bundle/1.0) |
|
||||
| [pomm-project/pomm-bundle](https://packagist.org/packages/pomm-project/pomm-bundle) | [2.3](pomm-project/pomm-bundle/2.3) |
|
||||
| [pond5/async-request-bundle](https://packagist.org/packages/pond5/async-request-bundle) | [1.1](pond5/async-request-bundle/1.1) |
|
||||
| [prolix/maintenance-bundle](https://packagist.org/packages/prolix/maintenance-bundle) | [2.1](prolix/maintenance-bundle/2.1) |
|
||||
|
||||
+41
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"manifests": {
|
||||
"pms-nz/object-translation-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"PmsNz\\ObjectTranslationBundle\\ObjectTranslationBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"post-install-output": [
|
||||
"* You're almost ready to use pms-nz/object-translation-bundle!",
|
||||
"",
|
||||
"* First, use the console command <comment>make:entity</comment> create a new entity which where your translations will be stored, e.g. Translation.",
|
||||
"",
|
||||
"* Next, extend this class with <comment>PmsNz\\ObjectTranslationBundle\\Model\\AbstractTranslation</comment>.",
|
||||
"",
|
||||
"* Next, use the console commands <comment>make:migration</comment> and <comment>doctrine:migrations:migrate</comment> to create a table in your database where translation will be stored.",
|
||||
"",
|
||||
"* Next,",
|
||||
"* <fg=blue>Read</> the documentation at <comment>https://github.com/pms-nz/object-translation-bundle</>"
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"config/packages/pmsnz_object_translation.yaml": {
|
||||
"contents": [
|
||||
"pms-nz_object_translation:",
|
||||
" # Change the following class name to that of your entity which stores your translations",
|
||||
" translation_class: App\\Entity\\Translation",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "0d68dfba0fc71901e9d5b95606f1de038300a64f"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1640,6 +1640,9 @@
|
||||
"player259/graphql-bundle": [
|
||||
"1.0"
|
||||
],
|
||||
"pms-nz/object-translation-bundle": [
|
||||
"1.0"
|
||||
],
|
||||
"pomm-project/pomm-bundle": [
|
||||
"2.3"
|
||||
],
|
||||
|
||||
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"manifests": {
|
||||
"pms-nz/object-translation-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"PmsNz\\ObjectTranslationBundle\\ObjectTranslationBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"post-install-output": [
|
||||
"* You're almost ready to use pms-nz/object-translation-bundle!",
|
||||
"",
|
||||
"* First, use the console command <comment>make:entity</comment> create a new entity which where your translations will be stored, e.g. Translation.",
|
||||
"",
|
||||
"* Next, extend this class with <comment>PmsNz\\ObjectTranslationBundle\\Model\\AbstractTranslation</comment>.",
|
||||
"",
|
||||
"* Next, use the console commands <comment>make:migration</comment> and <comment>doctrine:migrations:migrate</comment> to create a table in your database where translation will be stored.",
|
||||
"",
|
||||
"* Next,",
|
||||
"* <fg=blue>Read</> the documentation at <comment>https://github.com/pms-nz/object-translation-bundle</>"
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"config/packages/pmsnz_object_translation.yaml": {
|
||||
"contents": [
|
||||
"pms-nz_object_translation:",
|
||||
" # Change the following class name to that of your entity which stores your translations",
|
||||
" translation_class: App\\Entity\\Translation",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "0d68dfba0fc71901e9d5b95606f1de038300a64f"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user