|
6 ani în urmă | |
---|---|---|
.. | ||
docs | 6 ani în urmă | |
src | 6 ani în urmă | |
tests | 6 ani în urmă | |
.editorconfig | 6 ani în urmă | |
.gitattributes | 6 ani în urmă | |
.gitignore | 6 ani în urmă | |
.travis.yml | 6 ani în urmă | |
CHANGELOG.md | 6 ani în urmă | |
LICENSE.md | 6 ani în urmă | |
Makefile | 6 ani în urmă | |
README.md | 6 ani în urmă | |
UPGRADE.md | 6 ani în urmă | |
composer.json | 6 ani în urmă | |
phpunit.xml.dist | 6 ani în urmă |
This extension provides a ViewRender
that would allow you to use Twig view template engine
with Yii framework 2.0.
For license information check the LICENSE-file.
Documentation is at docs/guide/README.md.
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist yiisoft/yii2-twig
or add
"yiisoft/yii2-twig": "~2.0.0"
to the require section of your composer.json.
To use this extension, configure it as described in documentation.