polgarz/evolun-activity

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

Activity extension for Evolun

Installs: 23

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

0.1.0 2020-02-16 01:58 UTC

This package is auto-updated.

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


README

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