소스 검색

README.md edited online with Bitbucket

Guillermo Espinoza 7 년 전
부모
커밋
d721c181c3
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  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