Browse Source

Update README

Guillermo Espinoza 8 years ago
parent
commit
9852965f54
1 changed files with 18 additions and 0 deletions
  1. 18 0
      README.md

+ 18 - 0
README.md

@@ -38,4 +38,22 @@ public function registerBundles()
 ```yml
 ```yml
 imports:
 imports:
     - { resource: "@AuditBundle/Resources/config/services.yml" }
     - { 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
 ```
 ```