exoodev / yii2-review
The Review extension for the Yii2 framework
1.0.1
2019-05-17 16:16 UTC
Requires
- exoodev/yii2-grid: *
- exoodev/yii2-htmleditor: *
- exoodev/yii2-uikit: *
- yiisoft/yii2: ~2.0.14
This package is auto-updated.
Last update: 2025-03-20 04:04:22 UTC
README
========================
Installation
The preferred way to install this extension is through composer.
Either run
composer require --prefer-dist exoodev/yii2-review
or add
"exoodev/yii2-review": "*"
to the require section of your composer.json.
Usage
Example backend configuration:
return [
'modules' => [
'review' => [
'class' => 'exoo\review\Module',
'isBackend' => true,
],
],
];
Example frontend configuration:
return [
'modules' => [
'review' => [
'class' => 'exoo\review\Module',
]
],
];
Migration
yii migrate --migrationPath=@exoo/review/migrations