Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

merodeador/Carousel-Plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bootstrap Carousel plugin for October CMS

development dependencies platform

Installation

Until this plugin is in the marketplace you have to manually install the plugin. This can be done from the command line. CD into your OctoberCMS project folder and paste these commands. It will execute one after another:

[ -f artisan ] && cd plugins
mkdir -p mohsin && cd $_
wget https://github.com/SaifurRahmanMohsin/Carousel-Plugin/archive/master.zip
[ -f master ] && unzip master || unzip master.zip && rm $_
mv Carousel-Plugin-master carousel && cd $_

Logout from your backend and login again. This will create the necessary tables for the plugin to work. You have now installed Carousel-Plugin! Enjoy!!!

Quick Start

After the plugin is installed choose Carousel in the Settings page under the CMS category and create a new carousel. Upload the photos which you would like to display on your web app. Now, in the CMS page add the component provided Bootstrap Carousel to your page by dragging it into the page and choose the desired carousel from the component properties.

Thanks

October CMS

Alexey Bobkov and Samuel Georges for OctoberCMS.

About

October Plugin for Twitter Bootstrap Carousels

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 52.5%
  • HTML 47.5%