- Widget : Can insert anywhere in magento via Widget
- Responsive Banner Slider
- jQuery
- Has Option to fix width
- Can Add any number of Slider Images
- Can Assign External Links
- Option to Assign Target (Self / New Page)
composer config repositories.emizentech-magento2-banner-slider vcs https://github.com/emizentech/magento2-banner-slider/
Since this package is in a development stage, you will need to change the minimum-stability as well to the composer.json file: -
"minimum-stability": "dev",
After that, need to install this module as follows:
composer require magento/magento-composer-installer composer require emizentech/banner
go to Magento2Project root dir create following Directory Structure :
/Magento2Project/app/code/Emizentech/Banner you can also create by following command:
cd /Magento2Project mkdir app/code/Emizentech mkdir app/code/Emizentech/Bannerto Enable this module you need to follow these steps:
-
Enable the Module
bin/magento module:enable Emizentech_Banner
-
Run Upgrade Setup
bin/magento setup:upgrade
-
Re-Compile (in-case you have compilation enabled)
bin/magento setup:di:compile