From the course: Extending Laravel with First Party Packages

Unlock this course with a free trial

Join today to access over 22,600 courses taught by industry experts.

Create a subscription form

Create a subscription form

- [Instructor] Alright, so we've gone ahead and got everything set up to start accepting subscriptions. And now the next thing we need to do is actually create a subscription form, so we can start collecting payment information, and then we'll process the payment, and then subscribe a user to a plan. And that's gonna be the goal of this video, is to create that subscription form in our user's profile. So, in this video we're going to Integrate Stripe Checkout hosted forms. We'll talk about what that is here in just a moment. And we'll talk about also why hosted forms are important. And then we're gonna go ahead, create a user profile, to allow us to manage subscriptions for individual users. So the users are gonna be able to log into their website, see their current subscription plan eventually, and then they'll also be able to subscribe to plans and put in payment information. And that's kinda where we'll get to in this video. Alright, so now to get started I wanna just kind of look…

Contents