raphaelbsr / yii2-mktplace
mktplace
Package info
github.com/raphaelbsr/mktplace
Type:yii2-extension
pkg:composer/raphaelbsr/yii2-mktplace
v1.0.1
2018-07-25 23:41 UTC
Requires
- ramsey/uuid: ~3.0.0
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2026-03-10 10:26:28 UTC
README
mktplace
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist raphaelbsr/yii2-i9swmktplace "*"
or add
"raphaelbsr/yii2-i9swmktplace": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \raphaelbsr\mktplace\AutoloadExample::widget(); ?>```
yii migrate/up --migrationPath=@vendor/raphaelbsr/yii2-mktplace/migrations