Upgrade guide
Instructions for upgrading S-Cart 7.1 from version 7.0
Step 1: Update composer.json
In the "require" group, keep only the package:
Step 2: Run composer update
- Run command line
Step 1: Update composer.json
In the "require" group, keep only the package:
Group "require-dev", replace by"require": {
"s-cart/core": "~7.1.0"
}
"require-dev": {
"spatie/laravel-ignition": "^1.0",
"fakerphp/faker": "^1.9.1",
"laravel/sail": "^1.0.1",
"mockery/mockery": "^1.4.4",
"nunomaduro/collision": "^6.1.0",
"barryvdh/laravel-debugbar": "^3.6",
"phpunit/phpunit": "^9.5.10"
},
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