daneeveritt/login-notifications
最新稳定版本:1.0.0
Composer 安装命令:
composer require daneeveritt/login-notifications
包简介
Login notifications for Laravel
README 文档
README
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.
统计信息
- 总下载量: 12.86k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-04-14