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

polgarz/evolun-group

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Group module for Evolun

Installation

The preferred way to install this extension is through composer.

Either run

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

or add

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

to the require section of your composer.json file.

Migration

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

Configuration

'modules' => [
    'group' => [
        'class' => 'evolun\group\Module',
        'typeList' => [
            'professional' => 'Professional groups',
            'maintenance'  => 'Maintenance groups',
        ],
    ],
],