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

This package is auto-updated.

Last update: 2024-04-29 03:18:08 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',
		],

		...
	],

Usage

1 Go to http://site.com/banner/banner/index