pistej / yii2-autoload-assets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Autoload asses

Autoload assets on pjax page

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist pistej/yii2-autoload-assets "*"

or add

"pistej/yii2-autoload-assets": "*"

to the require section of your composer.json file.

Usage

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

<?= \pistej\autoloadssets\AutoloadExample::widget(); ?>```

About


Languages

Language:PHP 100.0%