bulee / yii2-akarmi
Description
Package info
bitbucket.org/lorinczelod/yii2-akarmi
Type:yii2-extension
pkg:composer/bulee/yii2-akarmi
dev-master
2015-06-20 16:35 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-04-01 16:20:34 UTC
README
Description
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist bulee/yii2-akarmi "*"
or add
"bulee/yii2-akarmi": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \buliilesz\akarmi\AutoloadExample::widget(); ?>```