Guillermo Espinoza 8 anni fa
parent
commit
9852965f54
1 ha cambiato i file con 18 aggiunte e 0 eliminazioni
  1. 18 0
      README.md

+ 18 - 0
README.md

@@ -38,4 +38,22 @@ public function registerBundles()
 ```yml
 imports:
     - { resource: "@AuditBundle/Resources/config/services.yml" }
+```
+
+**app/config/routing.yml**
+
+```yml 
+audit:
+    resource: "@AuditBundle/Controller/"
+    type:     annotation
+    prefix:   /
+```
+
+**app/config/parameters.yml**
+
+Para mostrar el menú Auditoría
+
+```yml
+parameters:
+    audit_show_menu: true
 ```