codisto / codisto-connect
Codisto LINQ Magento 2 Extension
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
Package info
github.com/CodistoConnect/CodistoConnect-Magento2
Type:magento2-module
pkg:composer/codisto/codisto-connect
Requires
- php: >=5.5
- ext-pdo_sqlite: *
- magento/framework: ~100|~101|~102|~103
This package is not auto-updated.
Last update: 2025-11-09 00:32:10 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.jsonfile for editing in the root of the Magento 2 installation. - Find the
requirenode in the json file.
- Add the following entry to the
requirearray:
"codisto/codisto-connect": "dev-master"
- Run
composer installfrom 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