The feature is currently in beta and actively being developed.
For more info, visit: Laravel Cashier
⚙️ Configuration
Subscriptions are configured inconfig/subscription.php
:
🎮 Demo Implementation
The larasonic demo showcases subscription-gated features - for example, the chat functionality is only available to users subscribed to the Pro plan.🗺️ Roadmap
Subscription functionality is actively being developed. Check the project roadmap for upcoming features and changes.⚠️ Current Limitations
- Only Stripe is supported as a payment provider
- Limited to basic subscription plans
- Beta functionality subject to changes