01 introduction and demo
02 a fresh project with laravel breeze
03 the onboarding screen
04 registering the stripe php library
05 automatically creating stripe accounts for your users
06 forwarding users to stripe connect
07 verifying if payouts are enabled
08 setting up and listing products
09 installing livewire
10 building the production creation form
11 automatically generating the slug from the product title
12 validating and creating a product
13 handling product file uploads
14 attaching files to a product
15 creating the product edit form
16 reviving product state
17 showing and modifying existing files
18 pulling together the product update process
19 flashing an update message
20 adding a user subdomain on registration
21 subdomain routing basics
22 adding a string macro to properly display the users name
23 listing the users live products
24 showing the product page
25 creating the checkout success page
26 starting the checkout flow
27 handling stripe webhooks
28 storing product sales
29 sending a confirmation email to customers
30 securing stripe webhooks
31 creating and validating the product download page
32 displaying and downloading files
33 calculating and displaying download stats
34 listing through sales