giicms/yii2-tour

Module tour

Maintainers

Package info

github.com/giicms/yii2-tour

pkg:composer/giicms/yii2-tour

Statistics

Installs: 7

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is not auto-updated.

Last update: 2026-03-05 01:52:11 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',
        ],
  ],