webvimark / module-feedback
There is no license information available for the latest version (dev-master) of this package.
Feedback module
dev-master
2014-10-13 20:02 UTC
Requires
- webvimark/components: dev-master
- webvimark/fancybox: *
This package is auto-updated.
Last update: 2024-10-29 04:19:55 UTC
README
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist webvimark/module-feedback "*"
or add
"webvimark/module-feedback": "*"
to the require section of your composer.json
file.
Configuration
In your config/web.php
'modules'=>[ ... 'feedback' => [ 'class' => 'webvimark\modules\feedback\FeedbackModule', ], ... ],