1️⃣Single Tenancy Applications

Note: the package will not work as intended if you do not install Laravel's official Cashier package first.

  1. Enable Stripe Connect in your dashboard settings.

  2. Install Cashier: composer require laravel/cashier.

  3. Install package: composer require lanos/laravel-cashier-stripe-connect.

  4. Publish migrations php artisan vendor:publish --tag=cashier-connect-migrations.

  5. Run migrations: php artisan migrate.

  6. Configure Stripe keys for Cashier: Cashier Docs.

Last updated