Upgrade guide

Instructions for upgrading S-Cart 7.0 from version 6.9

Attention:
S-Cart 7.0 supports Laravel 9.x. Means PHP version >= 8.0.2.


Step 1: Update composer.json

In the "require" group, keep only the package:

"require": {
      "s-cart/core": "~7.0.0"
}

Delete all content in group  "require-dev"

Contents of file composer.json HERE

Step 2: Run composer update

php composer.phar update 


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

Related topics

Latest Document