Recommend this page to a friend! |
Download .zip |
Info | Documentation | Screenshots | View files (14) | Download .zip | Reputation | Support forum | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
Not enough user ratings | Total: 183 | All time: 8,657 This week: 96 |
Version | License | PHP version | Categories | |||
nova-login-monitor 1.0 | Custom (specified... | 5 | PHP 5, User Management, Web services |
Description | Author | |
This package can track users logging in your Laravel Nova system via Slack. Innovation Award
|
Monitor Nova Login via Slack notifications, Receive a notification every time someone's login to your system.
You can install the package in to a Laravel app that uses Nova via composer:
composer require naif/nova-login-monitor
Publish the package config file:
php artisan vendor:publish --provider="Naif\NovaLoginMonitor\CardServiceProvider"
Configuration will be published at [config/nova-login-monitor.php].
Add your Slack app's Incoming Webhook to your .env
and .env.example
:
SLACK_HOOK=https://hooks.slack.com/services/######//######//###########
Create your app and generate Webhook from https://api.slack.com/apps
Add the below to app/Providers/NovaServiceProvider.php in "cards" function
new NovaLoginMonitor()
<img src="https://github.com/naifalshaye/Nova-Login-Monitor/blob/master/screenshots/web.png" width="430"> <img src="https://github.com/naifalshaye/Nova-Login-Monitor/blob/master/screenshots/iphone.png" width="330">
naif@naif.io
https://www.linkedin.com/in/naif
The MIT License (MIT). Please see License File for more information.
Screenshots | ||
Files |
File | Role | Description | ||
---|---|---|---|---|
config (1 file) | ||||
dist (1 directory) | ||||
resources (2 directories) | ||||
routes (1 file) | ||||
src (2 files) | ||||
composer.json | Data | Auxiliary data | ||
LICENSE | Lic. | License text | ||
mix-manifest.json | Data | Auxiliary data | ||
package.json | Data | Auxiliary data | ||
README.md | Doc. | Documentation | ||
webpack.mix.js | Data | Auxiliary data |
Files | / | src |
File | Role | Description |
---|---|---|
CardServiceProvider.php | Class | Class source |
NovaLoginMonitor.php | Class | Class source |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
100% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.