bukapeta/yii2-bukapeta-backend

Module untuk backend

Installs: 21

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:22:11 UTC


README

Module untuk backend

Installation

The preferred way to install this extension is through composer.

Either run

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

or add

"bukapeta/yii2-bukapeta-backend": "*"

to the require section of your composer.json file

Usage

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

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