codisto / codisto-connect
Codisto LINQ Magento 2 Extension
Installs: 12 865
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 11
Forks: 10
Open Issues: 1
Type:magento2-module
Requires
- php: >=5.5
- ext-pdo_sqlite: *
- magento/framework: ~100|~101|~102|~103
- dev-master
- 1.91.51
- 1.91.50
- 1.91.49
- 1.91.48
- 1.91.47
- 1.91.46
- 1.91.45
- 1.91.44
- 1.91.43
- 1.91.35
- 1.91.34
- 1.91.33
- 1.91.32
- 1.91.31
- 1.91.30
- 1.91.29
- 1.91.28
- 1.91.27
- 1.91.25
- 1.91.23
- 1.91.19
- 1.91.18
- 1.91.17
- 1.91.15
- 1.91.13
- 1.91.12
- 1.91.11
- 1.91.10
- 1.91.9
- 1.91.5
- 1.91.3
- 1.91.2
- 1.91.1
- 1.90.33
- 1.90.32
- 1.90.31
- 1.90.30
- 1.90.29
- 1.90.28
- 1.90.26
- 1.90.22
- 1.90.21
- 1.90.12
- 1.90.11
- dev-SC9-1551-need-to-define-variable
- dev-jfs-invoice_alias
- dev-jfs-invoice_hash
- dev-dd-syncorders-tablename-update
- dev-bm-revert-order-status-issue
- dev-dd-revert-nonedb-sync
- dev-lra-backorders-instock
- dev-development
This package is not auto-updated.
Last update: 2025-01-18 20:24:50 UTC
README
Codisto LINQ for Magento2
To install Codisto LINQ on Magento 2, perform the following:
- Log in to your Magento server via SSH with an account that has sufficient permissions to make changes to your installation.
- Locate and open your
composer.json
file for editing in the root of the Magento 2 installation. - Find the
require
node in the json file.
- Add the following entry to the
require
array:
"codisto/codisto-connect": "dev-master"
- Run
composer install
from the appropriate user account that the Magento 2 installation is installed under.
Additional Notes
It may be necessary to run the Magento 2 code compiler after the installation above is complete. eg, from the Magento root directory:
php bin/magento setup:di:compile
It also may be necessary to deploy static view files in your supported locales after installation is complete. eg, from the Magento root directory:
php bin/magento setup:static-content:deploy en_AU en_US