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

1.0.1 2019-05-17 16:16 UTC

This package is auto-updated.

Last update: 2024-04-20 01:42:10 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