I am looking into building a simple subscription site for a project. The subscription will be a physical product that people will get delivered to their door.
I am going to use Stripe and Laravel to build it as there is a really nice package that has just been released for Stripe with Laravel here https://github.com/laravel/cashier
I have been looking at Laravel and this package and Stripe and I cannot find anything that would allow you to send an email to a user (registered of course) saying 'you did not buy that subscription when you clicked on it'.
Would it be possible to do this with in Laravel notifications at all?