c006 / yii2-feedback
Feedback Module
Package info
Type:yii2-extension
pkg:composer/c006/yii2-feedback
dev-master
2016-08-31 22:22 UTC
This package is not auto-updated.
Last update: 2026-07-13 22:21:18 UTC
README
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-source "c006/yii2-feedback" "*"
or add
"c006/yii2-feedback": "dev-master"
to the require section of your composer.json file.
Run
Migrations m000000_000000_c006_feedback
I would suggest using my console, it's very easy to update migrations.
Usage
Place were you like.
<span id="feedback">feedback</span>
Place at bottom of page
<?= \c006\feedback\WidgetFeedback::widget([]); ?>
Comments / Suggestions
Please provide any helpful feedback or requests.
Thanks.