Add XiideaEasyAuditBundle

This commit is contained in:
Roni Saha
2017-10-23 11:44:00 +06:00
parent e170210e7e
commit da6a94da72
2 changed files with 12 additions and 0 deletions
@@ -0,0 +1,4 @@
# Read the documentation: http://xiidea.github.io/EasyAuditBundle/
xiidea_easy_audit:
# entity_class : App\Entity\AuditLog
# user_property : ~ # or username
+8
View File
@@ -0,0 +1,8 @@
{
"bundles": {
"Xiidea\\EasyAuditBundle\\XiideaEasyAuditBundle": ["all"]
},
"copy-from-package": {
"config/": "%CONFIG_DIR%/"
}
}