webvimark / module-banner
Banner module
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/webvimark/module-banner
Requires
- webvimark/components: dev-master
This package is auto-updated.
Last update: 2025-09-29 01:26:27 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', ], ... ],