c006 / yii2-feedback
Feedback Module
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-extension
This package is not auto-updated.
Last update: 2024-11-04 13:45:11 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.