Skip to content

DaneEveritt/login-notifications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Login Notifications

A login notification utility for Laravel projects. Supports Laravel 5.3 and 5.4. Designed for use with Pterodactyl Panel but should work with most Laravel applications.

This package assumes that you have queues setup, as well as support for a database notification.

Installation

First install with composer.

composer require daneeveritt/login-notifications

Then open config/app.php and add the povider to the service providers array.

'providers' => [
    ...
    DaneEveritt\LoginNotifications\NotificationServiceProvider::class,
],

After installation, any login successes or failures will send the user an email.

About

A login notification utility for Laravel projects.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages