From 70ab70c0c0a6c43e11303db1cf3aa6ae7166f8ad Mon Sep 17 00:00:00 2001 From: Nasrul Hazim Date: Tue, 31 Mar 2020 00:45:46 +0800 Subject: [PATCH] Update README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 83f6cad..bb336cc 100644 --- a/README.md +++ b/README.md @@ -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: