mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-19 19:16:32 +03:00
Update Flex endpoint
This commit is contained in:
@@ -233,6 +233,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [gpslab/geoip2](https://packagist.org/packages/gpslab/geoip2) | [2.0](gpslab/geoip2/2.0) |
|
||||
| [gpslab/pagination-bundle](https://packagist.org/packages/gpslab/pagination-bundle) | [1.2](gpslab/pagination-bundle/1.2) |
|
||||
| [gurtok/seo-bundle](https://packagist.org/packages/gurtok/seo-bundle) | [1.0](gurtok/seo-bundle/1.0) |
|
||||
| [hakam/multi-tenancy-bundle](https://packagist.org/packages/hakam/multi-tenancy-bundle) | [2.8](hakam/multi-tenancy-bundle/2.8) |
|
||||
| [hans-peter-ording/nflfastr-symfony-bundle](https://packagist.org/packages/hans-peter-ording/nflfastr-symfony-bundle) | [0.9](hans-peter-ording/nflfastr-symfony-bundle/0.9) |
|
||||
| [happyr/entity-exists-validation-constraint](https://packagist.org/packages/happyr/entity-exists-validation-constraint) | [1.0](happyr/entity-exists-validation-constraint/1.0) |
|
||||
| [happyr/json-api-response-factory](https://packagist.org/packages/happyr/json-api-response-factory) | [0.1](happyr/json-api-response-factory/0.1) |
|
||||
|
||||
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"manifests": {
|
||||
"hakam/multi-tenancy-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Hakam\\MultiTenancyBundle\\HakamMultiTenancyBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"env": {
|
||||
"TENANT_DEFAULT_DATABASE_URL": "postgresql://postgres:postgres@127.0.0.1:5432/postgres"
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/",
|
||||
"src/": "%SRC_DIR%/",
|
||||
"migrations/": "migrations/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/hakam_multi_tenancy.yaml": {
|
||||
"contents": [
|
||||
"hakam_multi_tenancy:",
|
||||
" tenant_database_className: App\\Entity\\Main\\TenantDbConfig",
|
||||
" tenant_database_identifier: id",
|
||||
" tenant_connection:",
|
||||
" url: \"%env(resolve:TENANT_DEFAULT_DATABASE_URL)%\"",
|
||||
" tenant_migration:",
|
||||
" tenant_migration_namespace: DoctrineMigrations\\Tenant",
|
||||
" tenant_migration_path: migrations/Tenant",
|
||||
" tenant_entity_manager:",
|
||||
" mapping:",
|
||||
" type: attribute",
|
||||
" dir: \"%kernel.project_dir%/src/Entity/Tenant\"",
|
||||
" prefix: App\\Entity\\Tenant",
|
||||
" alias: Tenant",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"migrations/Main/.gitignore": {
|
||||
"contents": [
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"migrations/Tenant/.gitignore": {
|
||||
"contents": [
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"src/Entity/Main/.gitignore": {
|
||||
"contents": [
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"src/Entity/Tenant/.gitignore": {
|
||||
"contents": [
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "469c5431acaac0e5f17ce4dd26e0d9a6a4adcc76"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"manifests": {
|
||||
"hakam/multi-tenancy-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Hakam\\MultiTenancyBundle\\HakamMultiTenancyBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"env": {
|
||||
"TENANT_DEFAULT_DATABASE_URL": "postgresql://postgres:postgres@127.0.0.1:5432/postgres"
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/",
|
||||
"src/": "%SRC_DIR%/",
|
||||
"migrations/": "migrations/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/hakam_multi_tenancy.yaml": {
|
||||
"contents": [
|
||||
"hakam_multi_tenancy:",
|
||||
" tenant_database_className: App\\Entity\\Main\\TenantDbConfig",
|
||||
" tenant_database_identifier: id",
|
||||
" tenant_connection:",
|
||||
" url: \"%env(resolve:TENANT_DEFAULT_DATABASE_URL)%\"",
|
||||
" tenant_migration:",
|
||||
" tenant_migration_namespace: DoctrineMigrations\\Tenant",
|
||||
" tenant_migration_path: migrations/Tenant",
|
||||
" tenant_entity_manager:",
|
||||
" mapping:",
|
||||
" type: attribute",
|
||||
" dir: \"%kernel.project_dir%/src/Entity/Tenant\"",
|
||||
" prefix: App\\Entity\\Tenant",
|
||||
" alias: Tenant",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"migrations/Main/.gitignore": {
|
||||
"contents": [
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"migrations/Tenant/.gitignore": {
|
||||
"contents": [
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"src/Entity/Main/.gitignore": {
|
||||
"contents": [
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"src/Entity/Tenant/.gitignore": {
|
||||
"contents": [
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "469c5431acaac0e5f17ce4dd26e0d9a6a4adcc76"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -735,6 +735,9 @@
|
||||
"gurtok/seo-bundle": [
|
||||
"1.0"
|
||||
],
|
||||
"hakam/multi-tenancy-bundle": [
|
||||
"2.8"
|
||||
],
|
||||
"hans-peter-ording/nflfastr-symfony-bundle": [
|
||||
"0.9"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user