1οΈβ£Single Tenancy Applications
Note: the package will not work as intended if you do not install Laravel's official Cashier package first.
Enable Stripe Connect in your dashboard settings.
Install Cashier:
composer require laravel/cashier
.Install package:
composer require lanos/laravel-cashier-stripe-connect
.Publish migrations
php artisan vendor:publish --tag=cashier-connect-migrations
.Run migrations:
php artisan migrate
.Configure Stripe keys for Cashier: Cashier Docs.
Last updated