mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
Add recipe for bulatronic/api-kit (#1952)
This commit is contained in:
9
bulatronic/api-kit/1.0/config/packages/api_kit.yaml
Normal file
9
bulatronic/api-kit/1.0/config/packages/api_kit.yaml
Normal 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%'
|
||||
8
bulatronic/api-kit/1.0/manifest.json
Normal file
8
bulatronic/api-kit/1.0/manifest.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"ApiKit\\ApiKitBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user