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

polgarz/evolun-activity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Activity module for Evolun

Installation

The preferred way to install this extension is through composer.

Either run

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

or add

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

to the require section of your composer.json file.

Configuration

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