FriendsOfOro / OroSliderBundle

The bundle adding slider and slides management in OroCommerce
MIT License
5 stars 3 forks source link

Oro Slider Bundle

The bundle adding slider and slide management in OroCommerce

Requirements

Installation

  1. Install via Composer

Add repository in composer :

(...)
'repositories": {

 friendsoforo/oro-slider-bundle": {
   "type": "vcs",
   "url": "git@github.com:FriendsOfOro/OroSliderBundle.git"
 }
(...)

And execute :

composer require friendsoforo/oro-slider-bundle
  1. Purge Oro cache:

    php bin/console cache:clear --env=prod
  2. Login to Oro Admin

  3. Navigate to Marketing => Sliders

Usage with Layout

Base example

  1. Create a slider with code home-page-slider
  2. Create slides in this slider

Custom template

Roadmap / Remaining Tasks

Licence

MIT - MIT License