magestat / module-log-webapi
This extension creates a log file and saves all transactions that are requested through your store's Rest API.
Fund package maintenance!
williankeller
paypal.me/williankeller
Installs: 30 024
Dependents: 0
Suggesters: 0
Security: 0
Stars: 11
Watchers: 3
Forks: 8
Open Issues: 2
Type:magento2-module
Requires
- magento/framework: >=100.1.0
This package is auto-updated.
Last update: 2024-11-21 01:29:09 UTC
README
This extension creates a log file and saves all transactions that are requested through your store's Rest API.
Installation
Install via composer (recommended)
Run the following command in your Magento 2 root folder:
composer require magestat/module-log-webapi
Using GIT clone
Run the following command in yourMagento 2 root folder:
git clone git@github.com:magestat/magento2-log-webapi.git app/code/Magestat/LogWebapi
Activation
Run the following command in your Magento 2 root folder:
php bin/magento module:enable Magestat_LogWebapi
php bin/magento setup:upgrade
Clear the caches:
php bin/magento cache:clean
Configuration
- Go to STORES > Configuration > MAGESTAT > Log Webapi.
- Select Enabled option to enable the module.
- Expand Settings Tab.
- Fill the required fields.
Contribution
Want to contribute to this extension? The quickest way is to open a pull request on GitHub.
Support
If you encounter any problems or bugs, please open an issue on GitHub.
Need help setting up or want to customize this extension to meet your business needs? Please open an issue and if we like your idea we will add this feature for free.