giicms/carousel

dev-master 2016-06-21 06:23 UTC

This package is not auto-updated.

Last update: 2024-05-03 17:00:42 UTC


README

Module carousel

Installation

The preferred way to install this extension is through composer.

Either run

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

or add

"giicms/carousel": "dev-master"

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

Usage Example


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