Feedback module for Yii 2
Installation
The preferred way to install this extension is through composer., (*1)
Either run, (*2)
php composer.phar require --prefer-dist webvimark/module-feedback "*"
or add, (*3)
"webvimark/module-feedback": "*"
to the require section of your composer.json
file., (*4)
Configuration
In your config/web.php, (*5)
'modules'=>[
...
'feedback' => [
'class' => 'webvimark\modules\feedback\FeedbackModule',
],
...
],
Usage
1 Go to http://site.com/feedback/feedback/index, (*6)
2 Go to http://site.com/feedback/default/index, (*7)