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

Conflict with Cashier

Open ignacio-dev opened this issue 9 months ago • 0 comments

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 you have any advice on how to use both packages? Do I use the subscriptions table for this package instead of Cashier's? Or do I need to rename it and use both?

Thank you!

ignacio-dev avatar Jan 05 '25 11:01 ignacio-dev