swordbros/sw-slider

Swordbros sw-slider extension for Aimeos

Installs: 67

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:aimeos-extension

v1.0.4 2021-06-30 19:55 UTC

This package is auto-updated.

Last update: 2024-04-29 03:30:08 UTC


README

License

Introduction

This package supports PHP 7.1 and higher You can easily add different view sliders to your website using this plugin

Download

Composer

Add this line your web site composser.json 
    "require": {
        ...
        "swordbros/sw-slider": "^1.0"
    },

Solving problems with minimal stability

Add to your composer.json

    "scripts": {
        "post-update-cmd": [
            ...
            "@php artisan migrate --path=ext/sw-slider/lib/custom/setup/slider"
        ]
    }


Show Slider on your web site

Add your template blade file this code. Setup include demo slider data.

  <?php  echo \Aimeos\Shop\Facades\Shop::get('swordbros/slider')->getBody() ?>

If you want to get only data for your template file

 $slider_data = \Aimeos\Shop\Facades\Shop::get('swordbros/slider')->addData($this);

Standart Slider

Slider Standard

Cover Flow Slider

Slider Cover Flow

Slider Admin Panel

Slider Cover Flow