@brycematheson You don’t need to modify Cashier’s controller(s). Just listen for a webhook event and do your own logic: https://laravel.com/docs/8.x/billing#defining-webhook-event-handlers
Nov 23, 2021
2
Level 1
Where are the Spark controllers located?
I'd like to create some custom code that triggers on completion of a successful payment (I'm using Spark-Stripe). Nothing too crazy -- just modify a few values in the database, etc.
The problem is, I'm having a hard time finding where to do this in the folder structure. Where are these controllers/functions housed?
Thanks in advance.
Please or to participate in this conversation.