webvimark / module-banner
There is no license information available for the latest version (dev-master) of this package.
Banner module
dev-master
2014-10-13 20:03 UTC
Requires
- webvimark/components: dev-master
This package is auto-updated.
Last update: 2024-10-29 04:36:22 UTC
README
Installation
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.
Configuration
In your config/web.php
'modules'=>[ ... 'banner' => [ 'class' => 'webvimark\modules\banner\BannerModule', ], ... ],