zvinger/yii2-starter-kit-modules

Yii2 starter kit zvinger modules

This package's canonical repository appears to be gone and the package has been frozen as a result.

dev-master 2017-12-21 19:53 UTC

This package is not auto-updated.

Last update: 2019-04-23 22:43:35 UTC


README

yii2-starter-kit-modules

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist zvinger/yii2-starter-kit-modules "*"

or add

"zvinger/yii2-starter-kit-modules": "*"

to the require section of your composer.json file.

Usage

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

<?= \Zvinger\StarterKitModules\AutoloadExample::widget(); ?>```