* Updated package config of coka/api-bundle recipe.

This commit is contained in:
Cedrick Oka Baidai
2018-10-17 11:08:53 +00:00
parent 1ca8f4aecc
commit c7ff4a554f
3 changed files with 11 additions and 1 deletions
@@ -1,5 +1,4 @@
oka_api:
model_manager_name: null
cors:
default:
allow_credentials: true
@@ -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%/"
}
}