diff --git a/damienharper/auditor-bundle/4.0/config/packages/dh_auditor.yaml b/damienharper/auditor-bundle/4.0/config/packages/dh_auditor.yaml new file mode 100644 index 00000000..0b96d8d0 --- /dev/null +++ b/damienharper/auditor-bundle/4.0/config/packages/dh_auditor.yaml @@ -0,0 +1,8 @@ +# Full configuration reference available at: +# https://damienharper.github.io/auditor-docs/docs/auditor-bundle/configuration/reference.html +dh_auditor: + enabled: true + providers: + doctrine: + table_prefix: null + table_suffix: '_audit' diff --git a/damienharper/auditor-bundle/4.0/config/routes/dh_auditor.yaml b/damienharper/auditor-bundle/4.0/config/routes/dh_auditor.yaml new file mode 100644 index 00000000..55524bdd --- /dev/null +++ b/damienharper/auditor-bundle/4.0/config/routes/dh_auditor.yaml @@ -0,0 +1,3 @@ +dh_auditor: + resource: "@DHAuditorBundle/Controller/" + type: auditor diff --git a/damienharper/auditor-bundle/4.0/manifest.json b/damienharper/auditor-bundle/4.0/manifest.json new file mode 100644 index 00000000..8dc84694 --- /dev/null +++ b/damienharper/auditor-bundle/4.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "DH\\AuditorBundle\\DHAuditorBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}