https://github.com/forter/forter-magento2
https://github.com/forter/forter-magento2
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/forter/forter-magento2
- Owner: forter
- License: other
- Created: 2020-03-09T15:42:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-13T16:38:05.000Z (over 1 year ago)
- Last Synced: 2025-09-01T10:19:47.598Z (10 months ago)
- Language: PHP
- Size: 814 KB
- Stars: 4
- Watchers: 34
- Forks: 15
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Magento 2 Forter Fraud Detection Module
---
## ✓ Install via composer (recommended)
Run the following command under your Magento 2 root dir:
```
composer require forter/magento2-module-forter
php bin/magento maintenance:enable
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento maintenance:disable
php bin/magento cache:flush
```
## Install manually under app/code
Download & place the contents of this repository under {YOUR-MAGENTO2-ROOT-DIR}/app/code/Forter/Forter
Then, run the following commands under your Magento 2 root dir:
```
php bin/magento maintenance:enable
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento maintenance:disable
php bin/magento cache:flush
```
---
https://www.forter.com/
© 2020 Forter.
All rights reserved.
