Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 592 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 592 Bytes

Magento 2 Admin Grid Example Extension

This extension creates a simple admin grid to display a list of categories that start with a letter b or a letter B.

Installation instructions:

  • Clone the repository
git clone https://github.com/goivvy/admin-grid-tutorial.git
  • Copy app folder
cp -r ~/admin-grid/tutorial/app /path/to/magento2/root/folder
  • Install and recompile
php bin/magento setup:upgrade
php bin/magento deploy:mode:set production

The grid could then be accessed at Catalog > Inventory > Category Listing.