maniyatech/magento2-homepage-banner-slider

A responsive and customizable Magento 2 homepage banner slider with Owl Carousel, supporting image uploads, lazy loading, multi-store views, and configurable allowed image formats.

1.0.1 2025-05-09 13:34 UTC

This package is auto-updated.

Last update: 2025-05-09 13:39:23 UTC


README

The Homepage Banner Slider module allows Magento 2 store owners to display a responsive and dynamic banner slider on the homepage. It supports multiple slides with separate desktop and mobile images, customizable titles, buttons, and linking options. Built using Owl Carousel, it includes configurable options such as autoplay, slide transitions, arrows, dots, and item counts per device type. The module is optimized for performance, accessibility, and Magento coding standards, supporting image lazy loading, preload, and SEO-friendly practices.

How to install ManiyaTech_HomepageBannerSlider module

Composer Installation

Run the following command in Magento 2 root directory to install ManiyaTech_HomepageBannerSlider module via composer.

Install

composer require maniyatech/magento2-homepage-banner-slider
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f

Update

composer update maniyatech/magento2-homepage-banner-slider
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f

Run below command if your store is in the production mode:

php bin/magento setup:di:compile

Manual Installation

If you prefer to install this module manually, kindly follow the steps described below -

  • Download the latest version here
  • Create a folder path like this app/code/ManiyaTech/HomepageBannerSlider and extract the main.zip file into it.
  • Navigate to Magento root directory and execute the below commands.
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f