laravel-subscriptions
laravel-subscriptions copied to clipboard
⚠️ [ABANDONED] Rinvex Subscribable is a flexible plans and subscription management system for Laravel, with the required tools to run your SAAS like services efficiently. It's simple architecture, acc...
I was wondering how I can get a list of subscriptions that are due or past due? I was going to create a CRON job to run every night to...
I think canUseFeature is wrong. In the first if condition. ``` $featureValue = $this->getFeatureValue($featureSlug); $usage = $this->usage()->byFeatureSlug($featureSlug)->first(); if ($featureValue === 'true') { return true; } ``` The function getFeatureValue only...