Spark 10.0 provides compatibility with Cashier 11. Cashier 11 includes support for multi-plan subscriptions.
If you installed Spark via the spark
CLI tool, you may run the spark:update
Artisan command:
php artisan spark:update --major
If you installed Spark via Composer, you may simply update your dependency version in your composer.json
file and run the composer update
command. Of course, in order for your GitHub user to access the repository, you should first join this repository in the Spark dashboard:
"laravel/spark-aurelius": "~10.0"
After updating your Spark application, please review and make the necessary changes for Cashier 11.0 based on the Cashier upgrade guide.