https://github.com/prateekkarki/magento2-module-cmsbanner
A magento 2 extension for adding banners to cms pages.
https://github.com/prateekkarki/magento2-module-cmsbanner
banner-slider cms-module magento magento-2-extension magento-cms-widget magento2 magento2-extension magento2-extension-free
Last synced: 22 days ago
JSON representation
A magento 2 extension for adding banners to cms pages.
- Host: GitHub
- URL: https://github.com/prateekkarki/magento2-module-cmsbanner
- Owner: prateekkarki
- License: other
- Created: 2018-07-08T17:35:05.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-09T10:23:42.000Z (over 7 years ago)
- Last Synced: 2026-01-03T04:29:42.093Z (3 months ago)
- Topics: banner-slider, cms-module, magento, magento-2-extension, magento-cms-widget, magento2, magento2-extension, magento2-extension-free
- Language: PHP
- Homepage:
- Size: 12.7 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
CMS Banner
=========================
Magento Extension
Convenient and easy to use extension if you need to add banners to your cms pages like about us or homepage in your Magento store.
Features
--------
* Adds an image uploader to the Magento backend, on the CMS edit forms
* Images uploaded in the backend are viewed in the frontend int their respective pages
* Easy to use to any magento installation
Installation
--------
### ✓ Install via composer
Run the following command in Magento 2 root folder:
```
composer require prateekkarki/module-cmsbanner
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
```