LimeDeck / nova-cashier-overview

Interact with your Stripe subscriptions directly inside Nova.
MIT License
28 stars 18 forks source link

Laravel Cashier 13.x #26

Closed jazzzym closed 2 years ago

jazzzym commented 3 years ago

Hi!

After upgrading to laravel-cashier 13.x limedeck/nova-cashier-overview is stopped to work.

Do you have any plans to update limedeck/nova-cashier-overview to work with the latest laravel/cashier codebase?

Thanks in advance Marton JazzzyM Voros

PS: This is a great tool for laravel nova. Thanks for your work

midesweb commented 2 years ago

I have solved this issue doing this steps:

'model' => env('CASHIER_MODEL', "App\User"),