PHP code example of waynebrummer / access-telemetry
1. Go to this page and download the library: Download waynebrummer/access-telemetry library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
waynebrummer / access-telemetry example snippets
...
use Pace\AccessTelemetry\Events\RequestLoginEvent as LoginEvent;
...
event(new LoginEvent($credentials, request()->server()));
...
bash
php artisan vendor:publish --provider="Pace\AccessTelemetry\ServiceProvider"
bash
php artisan migrate