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
- Customize search page 2023-08-02
- Discount code (coupon) 2023-05-14
- Data relations in S-Cart 2023-02-05