Level 16
Check out the seach, this has been discussed here a few times already.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I'm trying out Spark and followed the instructions to allow team-billing only. I've set up my plan below.
Spark::teamPlan('Basic', 'provider-id-1')
->maxTeams(1)
->price(20)
->features([
'First', 'Second', 'Third'
]);
Somehow every user can still create multiple teams without making sure there is a valid subscription up front. Did I configure something wrong or am I misunderstanding the way it should work?
Please or to participate in this conversation.