Skip to content

Instantly share code, notes, and snippets.

@haydar
Last active September 29, 2018 18:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save haydar/99801185b5b5932bf1a8dd6df8c7524b to your computer and use it in GitHub Desktop.
Save haydar/99801185b5b5932bf1a8dd6df8c7524b to your computer and use it in GitHub Desktop.
EventServiceProvider'a yazılacak kodumuz
protected $listen = [
'App\Events\YeniKayit' => [
'App\Listeners\Yapilacakİslemler',
],
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment