The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist webvimark/module-banner "*"
or add
"webvimark/module-banner": "*"
to the require section of your composer.json
file.
In your config/web.php
'modules'=>[
...
'banner' => [
'class' => 'webvimark\modules\banner\BannerModule',
],
...
],
No stable releases.
Comments