polgarz/evolun-post

This package is abandoned and no longer maintained. No replacement package was suggested.

Post extension for Evolun

Installs: 22

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

0.1.0 2020-03-05 23:10 UTC

This package is auto-updated.

Last update: 2023-04-12 02:27:04 UTC


README

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist polgarz/evolun-post "@dev"

or add

"polgarz/evolun-post": "@dev"

to the require section of your composer.json file.

Migration

php yii migrate/up --migrationPath=@vendor/polgarz/evolun-post/migrations

Configuration

'modules' => [
    'post' => [
        'class' => 'evolun\post\Module',
    ],
],