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

dev-master 2016-08-31 22:22 UTC

This package is not auto-updated.

Last update: 2024-04-08 11:10:43 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.