inquid/yii-custom-formatters

Yii Inquid Custom Formatters

dev-master 2019-01-16 23:15 UTC

This package is auto-updated.

Last update: 2024-03-29 03:58:04 UTC


README

Yii Inquid Custom Formatters

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist inquid/yii-custom-formatters "*"

or add

"inquid/yii-custom-formatters": "*"

to the require section of your composer.json file.

Usage

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

<?= \inquid\customformatters\AutoloadExample::widget(); ?>```