Explorar o código

Update README

Guillermo Espinoza %!s(int64=8) %!d(string=hai) anos
pai
achega
9852965f54
Modificáronse 1 ficheiros con 18 adicións e 0 borrados
  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
 ```