linil/linil-yii2

linil's Library of Yii2 Extensions

dev-master 2015-08-09 15:19 UTC

This package is not auto-updated.

Last update: 2025-07-05 22:05:49 UTC


README

linil's Library of Yii2 Extensions

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist linil/linil-yii2 "*"

or add

"linil/linil-yii2": "*"

to the require section of your composer.json file.

Usage

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

<?= \linil\linilYii2\AutoloadExample::widget(); ?>```