Out of the box, Spark won't restrict the user. However, it does come with the "subscribed" middleware (info in docs here: https://spark.laravel.com/docs/1.0/billing#checking-subscription-status-via-middleware) that you can add to routes to restrict users not on a subscription. If you're using team billing, then use the teamSubscribed middleware instead.
Sep 2, 2016
2
Level 4
When a plan expires, what happens to the user?
When a user cancels their plan, and the expiry dates passes - what happens to that user?
I don't have a free plan set up, so I'm guessing nothing happens by default within Spark unless I build the functionality to restrict the user to the system?
Please or to participate in this conversation.