Add recipe for bulatronic/api-kit (#1952)

This commit is contained in:
Bulat Timerbaev
2026-03-03 06:59:21 +05:00
committed by GitHub
parent 7f6528cb72
commit 135d5c82f5
2 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
api_kit:
response:
include_timestamp: true
pretty_print: '%kernel.debug%'
validation:
translate_messages: true
exception_handling:
log_errors: true
show_trace: '%kernel.debug%'

View File

@@ -0,0 +1,8 @@
{
"bundles": {
"ApiKit\\ApiKitBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}