Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 773 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 773 Bytes

Sivaschenko_MasonryGridExample module

Example of masonry grid implementation

Instalation

  • Navigate to Magento project root
  • Execute the following composer commands:
composer config minimum-stability dev
composer config repositories.masonry-grid-example vcs [email protected]:sivaschenko/masonry-grid-example.git
composer require sivaschenko/module-masonry-grid-example
  • Execute the following magento commands:
bin/magento module:enable Sivaschenko_MasonryGridExample
bin/magento setup:upgrade

Accessing the example in Admin Panel

  • Login to Admin Panel
  • Click on "Masonry Grid Example" menu item in the left menu
  • Enjoy

image