dev-master
9999999-dev
OSL-3.0
The Requires
- magento/framework 100.*
- php >=5.6.0
The Development Requires
by Jisse Reitsma (Yireo)
composer-installer magento
Dummy module to show the behaviour of monitoring observable events using an observer. This observer simply logs pointless details from the request., (*1)
To install use the following composer command:, (*2)
composer require yireo-training/magento2-example-observer:dev-master
Next enable the module:, (*3)
bin/magento module:enable Yireo_ExampleObserver bin/magento setup:upgrade
And flush the cache:, (*4)
bin/magento cache:clean
After installing the module, every frontend action should be logged to var/log/system.log
., (*5)
OSL-3.0
composer-installer magento