Use composer to install this extension. First make sure that Magento is installed via composer, and that there is a valid composer.json
file present.
Next, install our module using the following command:
composer require --dev yireo/magento2-whoops
Next, install the new module into Magento itself:
./bin/magento module:enable Yireo_Whoops
./bin/magento setup:upgrade
Check whether the module is succesfully installed in Admin > Stores > Configuration > Yireo > Yireo Whoops.
Done.
We recommend composer
to install this package. However, if you want a manual copy instead, these are the steps:
- Upload the files in the
source/
folder to the folderapp/code/Yireo/Whoops
of your site - Run
php -f bin/magento module:enable Yireo_Whoops
- Run
php -f bin/magento setup:upgrade
- Flush the Magento cache
- Done