Upgrade guide
Instructions for upgrading S-Cart 7.2 from version 7.1
Step 1: Update composer.json
Update core version:
Update core version:
Step 3: Run composer update
- Run command line
Step 1: Update composer.json
Update core version:
Step 2: Update file config "config/s-cart.php""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"
},
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
- Data relations in S-Cart 2023-02-05
- Custom data fields in S-Cart 2023-02-05
- Customer processing helper functions 2022-06-12