Skip to content

Instantly share code, notes, and snippets.

@fico7489
Created November 21, 2017 07:45
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 fico7489/2bb668606260155d557149994e259678 to your computer and use it in GitHub Desktop.
Save fico7489/2bb668606260155d557149994e259678 to your computer and use it in GitHub Desktop.
Catch all events in laravel 5.5
\Event::listen('eloquent.*', function ($eventName, array $data) {
//
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment