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:
Contents of file composer.json HERE
Step 2: Run composer update
- Run command line
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:
Delete all content in group "require-dev""require": {
"s-cart/core": "~7.0.0"
}
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
- Customer processing helper functions 2022-06-12
- Product processing helper functions 2022-06-08
- Order processing helper functions 2022-05-25