Download the PHP package kiliba/module-connector without Composer
On this page you can find all versions of the php package kiliba/module-connector. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package module-connector
Kiliba Connector Module - Installation Guide
Composer installation
- Get dependency:
composer require kiliba/module-connector
- Enable module:
php bin/magento module:enable Kiliba_Connector
- Upgrade database:
php bin/magento setup:upgrade
- Re-run compile command:
php bin/magento setup:di:compile
- Update static files:
php bin/magento setup:static-content:deploy
- Clean cache:
php bin/magento cache:flush
Zip Installation
- In app/code create folder Kiliba/Connector
- Unzip content in that folder
- Open command line and go to the magento root directory
- Enable module:
php bin/magento module:enable Kiliba_Connector
- Upgrade database:
php bin/magento setup:upgrade
- Re-run compile command:
php bin/magento setup:di:compile
- Update static files:
php bin/magento setup:static-content:deploy
- Clean cache:
php bin/magento cache:flush
All versions of module-connector with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0.2
magento/module-customer Version >=101.0.0
magento/module-catalog Version >=102.0.0
magento/module-sales Version >=101.0.0
magento/module-quote Version >=101.1.0
magento/module-directory Version >=100.2.0
magento/module-store Version >=100.2.0
magento/module-sales-rule Version >=101.0.0
ext-curl Version *
magento/module-customer Version >=101.0.0
magento/module-catalog Version >=102.0.0
magento/module-sales Version >=101.0.0
magento/module-quote Version >=101.1.0
magento/module-directory Version >=100.2.0
magento/module-store Version >=100.2.0
magento/module-sales-rule Version >=101.0.0
ext-curl Version *
The package kiliba/module-connector contains the following files
Loading the files please wait ....