Login notifications for Laravel apps
palpalani/laravel-login-notifications is a Laravel package for login notifications for laravel apps.
It currently has 3 GitHub stars and 3.854 downloads on Packagist (latest version 0.5.1).
Install it with composer require palpalani/laravel-login-notifications.
Discover more Laravel packages by palpalani
or browse all Laravel packages to compare alternatives.
Last updated
A login event notification for Laravel projects. By default, it will send notification only on production environment only.
Install the package using the composer.
composer require palpalani/laravel-login-notifications
You can publish the config file with:
php artisan vendor:publish --provider="palPalani\LoginNotifications\NotificationServiceProvider" --tag="config"
After installation os the package, any login attempts will send the email.
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.