This module provide frontend functionality for Yii2-Start application.
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist vova07/yii2-start-site-module "*"
or add
"vova07/yii2-start-site-module": "*"
to the require section of your composer.json
file.
Edit module
section in your backend application config file:
'modules' => [
'site' => [
'class' => 'vova07\site\Module'
]
]
Comments