![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/old/vendor/yireo/magento2-disablelog2/ |
# Installation ## Instructions for using composer 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 yireo/magento2-disablelog2 Next, enable the new module in Magento: ./bin/magento module:enable Yireo_DisableLog2 ./bin/magento setup:upgrade Check whether the module is succesfully installed in **Admin > Stores > Configuration > Advanced > Advanced**. Done. ## Instructions for manual copy 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 folder `app/code/Yireo/DisableLog2` of your site * Run `php -f bin/magento module:enable Yireo_DisableLog2` * Run `php -f bin/magento setup:upgrade` * Flush the Magento cache * Done