Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added note on where to find all events
  • Loading branch information
Luke Towers committed Oct 15, 2018
1 parent 60efab9 commit 39f189a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions services-events.md
Expand Up @@ -17,6 +17,8 @@
<a name="basic-usage"></a>
## Basic usage

>**Note:** For a list of all events available in OctoberCMS itself, see the [api documentation](https://octobercms.com/docs/api/translator/beforeresolve).
The `Event` class provides a simple observer implementation, allowing you to subscribe and listen for events in your application. For example, you may listen for when a user signs in and update their last login date.

Event::listen('auth.login', function($user) {
Expand Down

0 comments on commit 39f189a

Please sign in to comment.