bandodebits/yii2-bdb-component

bandodebits

dev-master 2015-11-30 14:14 UTC

This package is auto-updated.

Last update: 2024-05-28 03:28:58 UTC


README

component

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist bandodebits/yii2-bdb-component "*"

or add

"bandodebits/yii2-bdb-component": "*"

to the require section of your composer.json file.

Usage

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

<?= \bdb\component\AutoloadExample::widget(); ?>```