Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
nasrulhazim committed Mar 30, 2020
1 parent 99eb79f commit 70ab70c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ Route::middleware(['account.expiry', 'password.expiry'])
->get('/somewhere-not-expired');
```

You can listen to the following events on account and password expiry:

```php
use CleaniqueCoders\LaravelExpiry\Events\ExpiredAccount;
use CleaniqueCoders\LaravelExpiry\Events\ExpiredPassword;
```

## Test

Run the following command:
Expand Down

0 comments on commit 70ab70c

Please sign in to comment.