bukapeta/yii2-bukapeta-frontend

Module untuk frontend

Installs: 17

Dependents: 0

Suggesters: 0

Security: 0

Type:yii2-extension

dev-master 2015-04-30 09:56 UTC

This package is not auto-updated.

Last update: 2019-03-12 05:49:34 UTC


README

Module untuk frontend

Installation

The preferred way to install this extension is through composer.

Either run

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

or add

"bukapeta/yii2-bukapeta-frontend": "*"

to the require section of your composer.json file.

Usage

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

<?= \bukapeta\frontend\AutoloadExample::widget(); ?>```