Skip to content

Instantly share code, notes, and snippets.

@ratulcse10
Created December 8, 2022 15:03
Show Gist options
  • Save ratulcse10/55f759ebf0a19a8aa1269327539d8b9a to your computer and use it in GitHub Desktop.
Save ratulcse10/55f759ebf0a19a8aa1269327539d8b9a to your computer and use it in GitHub Desktop.
laravel event listeners
protected $listen = [
Registered::class => [
SendEmailVerificationNotification::class,
],
'App\Events\LoginEvent' => [
'App\Listeners\CreateNewProduct',
'App\Listeners\CreateAnotherNewProduct',
]
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment