Skip to content

Commit 135d5c8

Browse files
authored
Add recipe for bulatronic/api-kit (#1952)
1 parent 7f6528c commit 135d5c8

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
api_kit:
2+
response:
3+
include_timestamp: true
4+
pretty_print: '%kernel.debug%'
5+
validation:
6+
translate_messages: true
7+
exception_handling:
8+
log_errors: true
9+
show_trace: '%kernel.debug%'
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"bundles": {
3+
"ApiKit\\ApiKitBundle": ["all"]
4+
},
5+
"copy-from-recipe": {
6+
"config/": "%CONFIG_DIR%/"
7+
}
8+
}

0 commit comments

Comments
 (0)