romaloverboy / yii2-partner
This is a module that extends the landing project
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2025-06-29 01:13:18 UTC
README
This is a module that extends the landing project
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist romaloverboy/yii2-partner "*"
or add
"romaloverboy/yii2-partner": "*"
to the require section of your composer.json
file.
Usage
'partner' => [ 'class' => 'romaloverboy\partner\Module', ],