* Add a recipe for coka/api-bundle

* Add a recipe for coka/pagination-bundle
This commit is contained in:
Cedrick Oka Baidai
2018-10-15 18:36:43 +00:00
parent 3825718b13
commit ab2ff58530
4 changed files with 34 additions and 0 deletions
@@ -0,0 +1,15 @@
oka_api:
model_manager_name: null
cors:
default:
allow_credentials: true
expose_headers: ['Accept-Encoding']
max_age: 3600
firewalls:
wsse:
enabled: false
security_behaviors:
password_updater: true
response:
compression:
enabled: false
+8
View File
@@ -0,0 +1,8 @@
{
"bundles": {
"Oka\\ApiBundle\\OkaApiBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
}
}
@@ -0,0 +1,3 @@
oka_pagination:
db_driver: orm
model_manager_name: default
+8
View File
@@ -0,0 +1,8 @@
{
"bundles": {
"Oka\\PaginationBundle\\OkaPaginationBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
}
}