laravel-subscriptions
laravel-subscriptions copied to clipboard
Laravel Subscriptions is a flexible plans and subscription management system for Laravel.
Hello @mckenziearts , I think this method here may be wrong ```php public function canUseFeature(string $featureSlug): bool { $featureValue = $this->getFeatureValue($featureSlug); $usage = $this->usage()->byFeatureSlug($featureSlug)->first(); if ($featureValue === 'true') { return...
After installing Laravel Cashier, I have gone ahead and installed this package. However, when trying to migrate, both Cashier and this package want to create a table called ```subscriptions```. Do...
I have multiple subscription plans (free, pro, premium), each with features that share the same slug but have different values depending on the plan. When I attempt to save two...
hello guys, any tips on creating a coupon logic to change plan price ? in my current scenario i got 3 plans, and want to add a coupon logic that...
whenever you enter anything into the searchfield the sql crashes with SQLSTATE[42S22]: Column not found: 1054 Unknown column 'active' in 'where clause'