schmunk42 / yii2-templay
This package is abandoned and no longer maintained.
No replacement package was suggested.
Template toolkit for Yii Framework 2
Package info
github.com/schmunk42/yii2-templay
Type:yii2-extension
pkg:composer/schmunk42/yii2-templay
dev-master
2014-02-27 22:09 UTC
This package is auto-updated.
Last update: 2022-02-01 12:31:53 UTC
README
Template toolkit for Yii Framework 2
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist schmunk42/yii2-templay "*"
or add
"schmunk42/yii2-templay": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \schmunk42\templay\AutoloadExample::widget(); ?>```