Ship with support for login notifications

This commit is contained in:
Dane Everitt 2017-04-14 17:10:01 -04:00
parent f1024ad1a8
commit 52fb4f58d5
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
4 changed files with 69 additions and 5 deletions

View file

@ -16,6 +16,17 @@ return [
'author' => env('SERVICE_AUTHOR'),
],
/*
|--------------------------------------------------------------------------
| Authentication
|--------------------------------------------------------------------------
|
| Should login success and failure events trigger an email to the user?
*/
'auth' => [
'notifications' => env('LOGIN_NOTIFICATIONS', false),
],
/*
|--------------------------------------------------------------------------
| Pagination