Couldn't you just set the free trial days to some huge number?
https://spark.laravel.com/docs/6.0/billing#no-credit-card-up-front
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I want my Spark application to offer a free plan that users will be "subscribed" to by default. Not a trial (aka, so no expiration), and I do not want to require payment information up front.
If users want to have access to "premium" features of the application, they may choose to subscribe to a paid plan.
Does anybody know how to implement something like this?
Please or to participate in this conversation.