2017 © Pedro Peláez
 

library login-notifications

Login notifications for Laravel

image

daneeveritt/login-notifications

Login notifications for Laravel

  • Saturday, October 7, 2017
  • by daneeveritt
  • Repository
  • 0 Watchers
  • 3 Stars
  • 12,472 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 2 Versions
  • 1 % Grown

The README.md

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., (*1)

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

Installation

First install with composer., (*3)

composer require daneeveritt/login-notifications

Then open config/app.php and add the povider to the service providers array., (*4)

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

After installation, any login successes or failures will send the user an email., (*5)

The Versions

07/10 2017

dev-master

9999999-dev

Login notifications for Laravel

  Sources   Download

MIT

The Requires

 

by Dane Everitt

laravel email events login notifications

14/04 2017

1.0.0

1.0.0.0

Login notifications for Laravel

  Sources   Download

MIT

The Requires

 

by Dane Everitt

laravel email events login notifications