laravel-stripe
laravel-stripe copied to clipboard
Laravel integration for Stripe, including Stripe Connect.
This adds support to work with customers, invoices and invoice items. This should enable any app using the package to create and invoice customers. Signed-off-by: marcorivm
I want to use the stripe connect and this package look great to full fill my requirement. I installed this package but not getting how i can define the route....
Test Stripe webhooks are always sent with the same event id: `evt_00000000000000`. This means if they are already stored in the database as processed, they never get processed. Should skip...
Great project, thanks for making it open source. What is the recommended process for working with Cashier - is there any way to create a newSubscription on a connected account?...
Dependency problem occurs when installing in Laravel 11. Doesn't have any plan to upgrade anymore? ``` Problem 1 - cloudcreativity/laravel-stripe dev-develop requires illuminate/console ^10.0 -> found illuminate/console[v10.0.0, ..., v10.48.11] but...