Adding the module
To add the Sogecommerce payment module:
- Unzip the Sogecommerce_Sylius_12.x_v1.3.x.zip module
- Copy the LyranetworkSogecommerce folder at the root of your website.
- Open the composer.json folder at the root of your website.
- Search for the following code:
"autoload": { "psr-4": { "App\\": "src/" } },
Add the line as follows:"autoload": { "psr-4": { "App\\": "src/", "Lyranetwork\\Sogecommerce\\": "LyranetworkSogecommerce/src/" } },
Do not forget to add a comma at the end of the previous line.