Yii2 Feedback
Installation
The preferred way to install this extension is through composer., (*1)
Either run, (*2)
php composer.phar require --prefer-source "c006/yii2-feedback" "*"
, (*3)
or add, (*4)
"c006/yii2-feedback": "dev-master"
, (*5)
to the require section of your composer.json
file., (*6)
Run
Migrations m000000_000000_c006_feedback
, (*7)
I would suggest using my console, it's very easy to update migrations., (*8)
Usage
Place were you like., (*9)
<span id="feedback">feedback</span>
, (*10)
Place at bottom of page, (*11)
<?= \c006\feedback\WidgetFeedback::widget([]); ?>
, (*12)
Please provide any helpful feedback or requests., (*13)
Thanks., (*14)