Files
archived-recipes-contrib/rcsofttech/audit-trail-bundle/1.9/manifest.json
2026-02-03 05:01:31 +04:00

24 lines
757 B
JSON

{
"bundles": {
"Rcsofttech\\AuditTrailBundle\\AuditTrailBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"AUDIT_TRAIL_INTEGRITY_SECRET": "generate(32)"
},
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> AuditTrailBundle </>",
"<bg=blue;fg=white> </>",
"",
" * Check <comment>config/packages/audit_trail.yaml</> and customize it",
" * Run <comment>php bin/console doctrine:migrations:migrate</> to apply the changes",
"",
" * Read the documentation at <comment>https://github.com/rcsofttech85/AuditTrailBundle</>"
]
}