meeeet-dev / laravel-cashier-stripe-connect
Adds Stripe Connect functionality to Laravel Cashier package
Requires
- illuminate/console: ^8.37|^9.0|^10.0
- illuminate/contracts: ^8.37|^9.0|^10.0
- illuminate/database: ^8.37|^9.0|^10.0
- illuminate/http: ^8.37|^9.0|^10.0
- illuminate/log: ^8.37|^9.0|^10.0
- illuminate/notifications: ^8.37|^9.0|^10.0
- illuminate/routing: ^8.37|^9.0|^10.0
- illuminate/support: ^8.37|^9.0|^10.0
- illuminate/view: ^8.37|^9.0|^10.0
- laravel/cashier: ^12.6|^13.4|^v14.6.0|^15.0
README
Cashier For Stripe Connect
Intro
This package is designed to seamlessly connect all of your eloquent models, mapping them to the relevant stripe entities in order to make a marketplace or payments platform.
Installation
composer require meeeet-dev/laravel-cashier-stripe-connect
php artisan vendor:publish --tag=cashier-connect-migrations
Note: the package will not work as intended if you do not install Laravel's official Cashier package first.
Documentation
We now have a dedicated docs page for this plugin. You can view it here.
We now roughly support webhooks (Due to flexible nature of connect, you will need to declare handlers yourself) - Follow our guide!
License
Please refer to LICENSE.md for this project's license.
Contributors
This list only contains some of the most notable contributors. For the full list, refer to GitHub's contributors graph.
- ExpDev07 (Marius) - Creator of the original package
- Haytam Bakouane (hbakouane) - Contributor to original package.
- Robert Lane (Robert Lane) - Creator and Maintainer of the new package
- Meeeet Dev (Me) - Contributor of the new package.
Thanks to
Taylor Otwell for his amazing framework and all the contributors of Cashier.