nothingworksinc / ticketbeast

Back to the lesson videos:
https://course.testdrivenlaravel.com/lessons
552 stars 11 forks source link

Composer Package "stripe/stripe-php": "^4.3", vs "laravel/cashier": "~7.0" #48

Closed smeikle82 closed 7 years ago

smeikle82 commented 7 years ago

Hello,

I was wondering why stripe/stripe was being used vs the laravel/cashier. Is one recommended over the other, or was it meant for simplicity?

adamwathan commented 7 years ago

Hey @smeikle82! Cashier is meant for recurring subscription billing in SaaS apps; since we just need to do individual charges for people purchasing tickets, it makes more sense to just use Stripe's library directly 👍🏻

smeikle82 commented 7 years ago

Thank you for that quick reply. Really enjoying the course so far!