LaravelPackages.net
Acme Inc.
Toggle sidebar
daneeveritt/login-notifications

Login notifications for Laravel

13.021
4
1.0.0
About daneeveritt/login-notifications

daneeveritt/login-notifications is a Laravel package for login notifications for laravel. It currently has 4 GitHub stars and 13.021 downloads on Packagist (latest version 1.0.0). Install it with composer require daneeveritt/login-notifications. Discover more Laravel packages by daneeveritt or browse all Laravel packages to compare alternatives.

Last updated

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.

Star History Chart