exoodev / yii2-review
The Review extension for the Yii2 framework
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Forks: 0
Type:yii2-extension
pkg:composer/exoodev/yii2-review
Requires
- exoodev/yii2-grid: *
 - exoodev/yii2-htmleditor: *
 - exoodev/yii2-uikit: *
 - yiisoft/yii2: ~2.0.14
 
This package is auto-updated.
Last update: 2025-10-20 05:26:01 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