2017 © Pedro Peláez
 

library module-banner

Banner module

image

webvimark/module-banner

Banner module

  • Monday, October 13, 2014
  • by webvimark
  • Repository
  • 1 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 17 % Grown

The README.md

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)

The Versions

13/10 2014

dev-master

9999999-dev

Banner module

  Sources   Download

The Requires