bukapeta/yii2-bukapetaex

Kumpulan alat bukapeta

Installs: 39

Dependents: 0

Suggesters: 0

Security: 0

Type:yii2-extension

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

This package is not auto-updated.

Last update: 2019-03-18 07:11:42 UTC


README

Kumpulan alat bukapeta

Installation

The preferred way to install this extension is through composer.

Either run

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

or add

"bukapeta/yii2-bukapetaex": "*"

to the require section of your composer.json file.

Usage

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

<?= \bukapeta\ex\HelloWorld::widget(); ?>```