Laravel Spark – Limiting the number of API calls based on the user’s subscription
Within my application, I need to limit the user to number of API calls per month. For the billing, I’m using Laravel Spark for Stripe, and I’m not sure how should I implement this, so any help would be greatly appreciated.