Tony Piper
Tony Piper
FFilament
Created by Sourabh on 2/27/2024 in #❓┊help
Email verification customisation.
When the user verifies their email address, Filament dispatches Illuminate\Auth\Events\Verified event with the $user available as a property. You can create a listener (https://laravel.com/docs/11.x/events#defining-listeners) and do your Stripe API calls from there (ideally via a queue - see https://laravel.com/docs/11.x/events#queued-event-listeners). Does this help?
5 replies