Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

polgarz/evolun-post

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Post module for Evolun

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',
    ],
],

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published