giicms/yii2-tour

Module tour

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/giicms/yii2-tour

dev-master 2016-06-20 13:29 UTC

This package is not auto-updated.

Last update: 2025-10-30 00:21:58 UTC


README

Yii2 Tour

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require "giicms/yii2-tour" "dev-master"

or add

"giicms/yii2-tour": "dev-master"

to the require section of your application's composer.json file.

Usage Example

 'modules' => [
        'tour' => [
            'class' => 'giicms\tour\Module',
        ],
  ],