Download the PHP package codisto/codisto-connect without Composer
On this page you can find all versions of the php package codisto/codisto-connect. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download codisto/codisto-connect
More information about codisto/codisto-connect
Files in codisto/codisto-connect
Download codisto/codisto-connect
More information about codisto/codisto-connect
Files in codisto/codisto-connect
Vendor codisto
Package codisto-connect
Short Description Codisto LINQ Magento 2 Extension
License OSL-3.0
Package codisto-connect
Short Description Codisto LINQ Magento 2 Extension
License OSL-3.0
Please rate this library. Is it a good library?
Informations about the package codisto-connect
Codisto LINQ
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
All versions of codisto-connect with dependencies
PHP Build Version
Package Version
The package codisto/codisto-connect contains the following files
Loading the files please wait ....