daneeveritt/login-notifications

Login notifications for Laravel
13,068 4
Install
composer require daneeveritt/login-notifications
Latest Version:1.0.0
PHP:^5.6|^7.0
License:MIT
Last Updated:Oct 7, 2017
Links: GitHub  ·  Packagist
Maintainer: daneeveritt

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.

Related Packages

tomatophp/filament-alerts

Send notification to users using notification templates and multi notification c...

12,431 82
notebrainslab/filament-email-templates

A powerful and flexible Email Template Management plugin for Filament v4 and v5.

2,570 12
skovachev/notifier

Laravel 4 package for sending SMS and email notifications

25 8
anik/mercure

dunglas/mercure publisher implementation for any PHP-based application. Publish...

28 8
groundsix/laravel-neverbounce

Laravel style wrapper for https://github.com/NeverBounce/NeverBounceAPI-PHP

5,357 2