# Installation
You can download the latest version of the extension from here:
- <a href="https://docs.inbank.eu/payment-modules/magento/magento2-inbank.zip" target="_blank">version 3.4.6</a> - build compatible with Magento 2.4.4-2.4.7 and PHP 8.1-8.3
- <a href="https://docs.inbank.eu/payment-modules/magento/magento2-inbank-php-7.4-8.2.zip" target="_blank">version 2.0.3</a> - build compatible with Magento 2.4.2-2.4.7 and PHP 7.4-8.2
- <a href="https://docs.inbank.eu/payment-modules/magento/magento2-inbank-php-7.3.zip" target="_blank">version 2.0.3</a> - build compatible with Magento 2.4.2 and PHP 7.3

To install the Inbank e-commerce extension you just need to follow these steps:
1. Copy the extension folder into `the/app/code/directory`.
2. Enable the extension using the following command:


```php
php bin/magento --clear-static-content module:enable Inbank_InbankPayment
```
1. Upgrade the database by running:


```php
php bin/magento setup:upgrade
```
1. If you are in live mode, you also need to compile and deploy by running the following commands:


```php
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
```
1. As the last step, clear the cache by running:


```php
php bin/magento cache:flush
```
