Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Laravel Cashier - Multiple subscriptions for a single user

I would like to allow each user the ability to subscribe to multiple services. I know that Stripe has this ability but it seems to be a 1:1 within laravel cashier. Has anyone had success extending cashier to allow for this?

like image 361
user1797484 Avatar asked Jun 14 '14 14:06

user1797484


1 Answers

I just asked the same question to TaylorOtwell himself in Laravel.io, and the answer is no. It doesn't support multiple subscription for a single user for now. There is a solution suggested here, but there are no clear guides are any result reports so far.

Clearly the way to go is to bypass the cashier for that matter.

like image 170
Mr. Crowley Avatar answered Oct 18 '22 03:10

Mr. Crowley