diff --git a/bulatronic/api-kit/1.0/config/packages/api_kit.yaml b/bulatronic/api-kit/1.0/config/packages/api_kit.yaml new file mode 100644 index 00000000..9cd851dd --- /dev/null +++ b/bulatronic/api-kit/1.0/config/packages/api_kit.yaml @@ -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%' diff --git a/bulatronic/api-kit/1.0/manifest.json b/bulatronic/api-kit/1.0/manifest.json new file mode 100644 index 00000000..225d5315 --- /dev/null +++ b/bulatronic/api-kit/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "ApiKit\\ApiKitBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}