Bootstrap Carousel plugin for October CMS
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!!!
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.
Alexey Bobkov and Samuel Georges for OctoberCMS.