laravel / cashier-stripe

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.
https://laravel.com/docs/billing
MIT License
2.38k stars 676 forks source link

[15.x] Adds Laravel 11 support #1611

Closed nunomaduro closed 10 months ago

nunomaduro commented 10 months ago

This pull request adds Laravel 11 support. Please note the upgrade guide, we've added the following lines:

### Migration Changes

Cashier 15.0 no longer automatically loads migrations from its own migrations directory, so be sure to run the following command to publish Cashier's migrations to your application:

php artisan vendor:publish --tag=cashier-migrations