giicms/tour

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

This package is not auto-updated.

Last update: 2024-05-15 17:42:14 UTC


README

Module tour

Installation

The preferred way to install this extension is through composer.

Either run

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

or add

"giicms/tour": "dev-master"

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

Usage Example

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