Laravel Email Verification: Events

/**
 * The event listener mappings for the application.
 *
 * @var array
 */
protected $listen = [
    'Illuminate\Auth\Events\Verified' => [
        'App\Listeners\LogVerifiedUser',
    ],
];

Laravel Email Verification: Events — Structure map

Clickable & Draggable!

Laravel Email Verification: Events — Related pages: