:package_description
This repo can be used to scaffold a Magento 2 Plugin. Follow these steps to get started:
- Press the green "Use this template" button at the top of this page
- Run "php ./configure.php" to configure the plugin and replace placeholders in the skeleton
- Build your module!
Using Composer:
- Install using composer
composer require :vendor_slug/:package_slug
- Log into the admin and enable the plugin and add the widget id
- Clear your Magento cache and you're done
- Documentation
- Unit Tests