filament-subscriptions icon indicating copy to clipboard operation
filament-subscriptions copied to clipboard

Manage your subscriptions Like Spark for FilamentPHP

Results 8 filament-subscriptions issues
Sort by recently updated
recently updated
newest added

### πŸ”§ Fix: Correct Panel URL Retrieval in Filament #### πŸ“ Description This update replaces `getId()` with `getUrl()` to ensure the correct retrieval of the Filament panel’s URL. Using `getId()`...

I dont understand why do we need add this package for subscriptions ? Why do we need it ? I already use another package and dont want to install another...

I setup FilamentSubscriptions a while ago and it was working, but today I've noticed that, if I access `/billing` I get this error: any idea what could cause it? πŸ™

what's worng? _Originally posted by @ophaant in https://github.com/tomatophp/filament-subscriptions/issues/9#issuecomment-2381861547_

help wanted

I just wanted to warn anyone trying to use this plugin, do not use it in production, Users gets their subscription activated instantly without even completing the payment, when ever...

enhancement

I have followed the steps as per the documentation but this error occured when user is logged in below is panelServiceProvider file

When attempting to use the Cancel or Renew actions within the "Subscriptions" menu of the tomatophp/filament-subscriptions plugin, an Argument #1 ($record) must be of type TomatoPHP\FilamentSubscriptions\Models\Subscription error is thrown. The...

filament-subscriptions/ src/Filament/Resources/PlanResource.php i want to extend the PlanResource Class so i can extent or modify the Form Ui any possibility?