polgarz / evolun-activity
This package is abandoned and no longer maintained.
No replacement package was suggested.
Activity extension for Evolun
Package info
github.com/polgarz/evolun-activity
Type:yii2-extension
pkg:composer/polgarz/evolun-activity
0.1.0
2020-02-16 01:58 UTC
Requires
- yiisoft/yii2: >=2.0.8
- yiisoft/yii2-swiftmailer: *
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', ], ],