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
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2024-10-27 03:16:06 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(); ?>```