Laravel: Building a Marketplace with Stripe Connect (2020)

In this video I will be showing you how to build a VERY simple marketplace with the Laravel framework and Stripe Connect (Express). To save time, I have decided not to add an auth page and instead just have a single seller page. This page will include the following: 1. A Stripe form to purchase a “product“ from the seller 2. A tile displaying the sellers balance — or a warning to link their account if doesn’t exist. 3. A button for the seller to view their Stripe Connect account — or a button that links to
Back to Top