Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/corals/old/vendor/colissimo/module-shipping/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/old/vendor/colissimo/module-shipping/README.md
# Installation

## Release compatibility

| From  | To       | Colissimo | EOL           |
|-------|----------|-----------|---------------|
| 2.1.0 | 2.3.2    | 100.8.0   | June 2020     |
| 2.3.3 | 2.3.7-p3 | 100.9.5   | November 2022 |
| 2.4.0 | 2.4.5    | 100.10.3  |               |

## With composer

1. Update Magento **composer.json** as follows:

```json
{
    ...
    "require": {
        ...
        "colissimo/module-shipping": "@stable"
    },
    ...
    "config": {
        ...
        "github-oauth": {
            "github.com": "123456789123456789123456789123456789"
        }
    },
    ...
    "repositories": {
        ...
        "colissimo/module-shipping": {
            "type": "vcs",
            "url": "https://github.com/magentix/colissimo-shipping.git"
        }
    },
    ...
}
```

_Generate Github **Personal access token** from your account (Settings > Developer settings > Personal access tokens)._

2. Add package:

```shell
composer require colissimo/module-shipping
```

## By download

1. Download the latest release from module repository

2. Create **app/code/Colissimo/Shipping** directory in Magento

3. Unzip module archive content in **app/code/Colissimo/Shipping** directory

## Enable Module

Enable and install module in Magento:

```shell
php bin/magento module:enable Colissimo_Shipping
php bin/magento setup:db:status
php bin/magento setup:upgrade
php bin/magento cache:flush
php bin/magento setup:di:compile
```

# Contact

[email protected]

Spamworldpro Mini