schmunk42 / yii2-templay
Template toolkit for Yii Framework 2
Installs: 104
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:yii2-extension
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(); ?>```