You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: