Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 587 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 587 Bytes

mktplace

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