Closed SequelONE closed 3 years ago
i also stuck on this problem.
Package version? Laravel version?
Package version? Laravel version?
"renoki-co/jetstream-cashier-billing-portal": "^3.1",
"laravel/framework": "^8.12",
Have you recently upgraded from package 2.x to 3.x?
Make sure to also install Cashier for Stripe in the project, including the Billable trait and the tables, because Cashier Billing Portal does not install them for you: https://laravel.com/docs/8.x/billing
Have you recently upgraded from package 2.x to 3.x?
No. I installed according to the documentation on the newly installed Laravel.
Make sure to also install Cashier for Stripe in the project, including the Billable trait and the tables, because Cashier Billing Portal does not install them for you: https://laravel.com/docs/8.x/billing
"laravel/cashier": "^12.9",
You still need to prepare the models: https://laravel.com/docs/8.x/billing#billable-model
/user/billing/subscription
/user/billing/portal