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.

Configure and install Laravel Cashier

Configure and install Laravel Cashier

- [Narrator] Alright guys, welcome to the next section in our volume that we're working on here. And we're gonna be focusing on section three, we're gonna focus on Laravel Cashier. Laravel Cashier is another official Laravel package and it allows us to easily handle payments and subscriptions in our Laravel applications. So, this is gonna be a really handy one for a lot of you guys because eventually you do wanna start making payments and charging users, and so this is going to allow you to do that. Laravel Cashier ties in with Brain Tree and Stripe as payment providers and we will be using Stripe throughout this course, just because it's the one that Laravel Cashier supports out of the box. And it's also got some really cool testing features that's gonna be really good for playing around with our application and it doesn't cost a penny to sign up. So what we'll be learning in this section, is we're gonna start off by configuring and installing our project, we're gonna get Cashier set…

Contents