Upgrade guide

Instructions for upgrading S-Cart 7.2 from version 7.1

Step 1: Update composer.json

Update core version: 

    "require": {
        "s-cart/core": "~8.0.0"
    },
    "require-dev": {
        "fakerphp/faker": "^1.9.1",
        "laravel/pint": "^1.0",
        "laravel/sail": "^1.18",
        "mockery/mockery": "^1.4.4",
        "nunomaduro/collision": "^7.0",
        "phpunit/phpunit": "^10.0",
        "spatie/laravel-ignition": "^2.0",
        "barryvdh/laravel-debugbar": "^3.6"
    },

Step 2: Update file config "config/s-cart.php"

Update core version: 

'version'     => '8.0',
'sub-version' => '8.0',


Step 3: Run composer update

php composer.phar update 


- Run command line php artisan sc:info to check version information.

Related topics

Latest Document