chandu/bannerslider 1.0.3

banner slider

Type

magento2-module

License

GPL-3.0-or-later

Requires
Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Bannerslider

  1. This module is created to control slider banners via the admin area.
  2. In admin area you can find a grid list of all banners where you can add/edit/delete/ banners.
  3. Admin can upload image and provide a hyperlink to that image for any banner added.
  4. This module provides a facility to add banner to any page or static block.

Compability: Magento 2.x

How to Install Using Composer 1. Go to your Magento Installtion Direction 2. Run the below composer command sh composer require chandu/bannerslider 3. Run command in your M2 root directory sh $ bin/magento module:enable Chandu_Bannerslider 4. Then run these command sh $ bin/magento setup:upgrade $ bin/magento setup:di:compile $ bin/magento cache:clean $ bin/magento cache:flush User Information

  1. Log in to your Magento 2 admin dashboard
  2. Go to Banner Slider->Manage Banners
  3. Click Add Banner to add Banner Image details
  4. Repeat step 2-3 to add more banners
  5. To Show banner slider, go to any cms page or block and add this block handle sh {{block template="Chandu_Bannerslider::bannerslider.phtml" class="Chandu\Bannerslider\Block\Bannerslider" name="banners"}}
  6. Clear cache and Refresh Page in frontend.

    Reference Used on this Module

  7. Magento Documentation
  8. Magento Devdocs
  9. Exising Magento source code
  10. Ash smith Blog
  11. Mageworld Blog
  12. Some other articles for frontend work

    Resources Used to build this module

  13. PHPStorm
  14. VagrantBox (LAMP Stack)
  15. Git Bash

    Note: This module is only tested manually.