laravel-subby icon indicating copy to clipboard operation
laravel-subby copied to clipboard

Laravel Plan and Subscriptions manager.

Results 9 laravel-subby issues
Sort by recently updated
recently updated
newest added

When I want to check the user's active subscription with this method I am facing the following problem $user->activeSubscriptions [link](https://flareapp.io/share/pPvOyRn7) If I apply with this method, it works correctly $user->activeSubscriptions()...

bug

How do I change the plan for a user who already has an active plan and have the expiration dates updated based on the data from the new plan? Everything...

Currently, I only receive regular payments in my project, I do not have scheduled payments. I get the following error when I run the SubscriptionPaymentQueuerJob. ![image](https://user-images.githubusercontent.com/23107660/184624524-b53f789f-b1f0-48f4-ba91-99a000f2fa63.png) It gives me the...

bug
help wanted
wontfix

I'm trying Subby to handle my custom plan subscriptions. However, I'm getting this collision error with Laravel\Cashier.

help wanted
wontfix

Hi, Thanks for this awesome package. Some applications charge users per "seat" instead of a fixed monthly price. For example, a project management application might charge $10 monthly per project...

wontfix

Hi I'm trying to set the schedule service according to this documentation: https://bpuig.github.io/laravel-subby/v7.x/models/plan-subscription-schedule-model.html#how-to-make-a-service However, the contract PlanSubscriptionScheduleService doesn't exist as well as the file used in the example, what should...

## Status **READY** ## Migrations NO ## Description Add installation command to readme for copy and paste

## Status READY ## Description Fix for publishing v6 upgrade migrations

http://joxi.ru/1A5wK7oh4BNKwm PlanCombination doesn't have property trial_period

bug