laravel-subscriptions
laravel-subscriptions copied to clipboard
Conflict with Cashier
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!