albertborsos/yii2-theme-helper

Helper classes for themes

0.2.2 2019-02-28 09:16 UTC

This package is auto-updated.

Last update: 2024-03-28 21:31:25 UTC


README

Helper classes for themes

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist albertborsos/yii2-theme-helper "*"

or add

"albertborsos/yii2-theme-helper": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \albertborsos\themehelper\AutoloadExample::widget(); ?>```