black-lamp/yii2-delivery

Yii2 delivery

Installs: 13

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Type:yii2-extension

v0.0.1 2016-08-15 10:34 UTC

This package is not auto-updated.

Last update: 2024-04-28 00:37:48 UTC


README

Yii2 delivery

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist black-lamp/yii2-delivery "*"

or add

"black-lamp/yii2-delivery": "*"

to the require section of your composer.json file.

Usage

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

<?= \bl\delivery\AutoloadExample::widget(); ?>```