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.
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.
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!
Please refer to LICENSE.md for this project's license.
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.
Taylor Otwell for his amazing framework and all the contributors of Cashier.