thebigsurf / wire-update-hook
Wire Update Hook
Installs: 53
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
README
Listen for product and attribute events and pass them to a configured API endpoint
To Install via Composer:
$ composer require thebigsurf/wire-update-hook
To Install Manually:
paste the folder into:
- [magentoDir]/app/code/TheBigSurf/WireUpdateHook
run
$ bin/magento module:enable TheBigSurf_WireUpdateHook
$ bin/magento setup:upgrade
$ bin/magento setup:di:compile