Explorar el Código

README.md edited online with Bitbucket

Guillermo Espinoza hace 7 años
padre
commit
d721c181c3
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      README.md

+ 6 - 0
README.md

@@ -20,6 +20,12 @@ composer.json:
 },
 ```
 
+Se requiere la librería dwoo para renderizar templates .tpl
+
+```php
+composer require "dwoo/dwoo":"dev-master"
+```
+
 app/AppKernel.php:
 
 ```php