ideaentity / feedback
This package is abandoned and no longer maintained.
No replacement package was suggested.
Feedback Widget
dev-master
2015-05-14 14:07 UTC
Requires
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2018-11-18 16:36:16 UTC
README
Feedback Widget
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist ideaentity/feedback "*"
or add
"ideaentity/feedback": "*"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \ideaentity\feedback\AutoloadExample::widget(); ?>```