This is really just a reference post for later.
I needed to hook into eloquent and noticed it was firing an event. So I was able to add a listener fairly easily. So I went through the source and made a list of all the fired events I could find:
- eloquent.saving
- eloquent.updated
- eloquent.created
- eloquent.saved
- eloquent.deleting
- eloquent.deleted
- eloquent.{event}
- laravel.query
- laravel.started {bundle}
- laravel.resolving (in IOC)
- laravel.done
- laravel.log
- laravel.composing {view}
- laravel.view.loader
- laravel.config.loader
- laravel.language.loader
- laravel.controller.factory
- 500
- 404