laravel-cashier-stripe-connect
laravel-cashier-stripe-connect copied to clipboard
💲 Adds Stripe Connect functionality to Laravel's main billing package, Cashier. Simply works as a drop-in on top of Cashier, with no extra configuration.
A small change as we may not use the stripe webhook at all
Fixes #23 @l4nos this is my approach to add the Unit tests, you can now do `composer test` let me know your thoughts so I can continue adding more tests,...
Fixes #21 This is my proposal to have custom models.
I'm currently using MongoDB in my Laravel application, to use this extension I need the possibility to override the Models being used that way I have more control and customization...