Banner module for Yii 2
Installation
The preferred way to install this extension is through composer., (*1)
Either run, (*2)
php composer.phar require --prefer-dist webvimark/module-banner "*"
or add, (*3)
"webvimark/module-banner": "*"
to the require section of your composer.json
file., (*4)
Configuration
In your config/web.php, (*5)
'modules'=>[
...
'banner' => [
'class' => 'webvimark\modules\banner\BannerModule',
],
...
],
Usage
1 Go to http://site.com/banner/banner/index, (*6)