PHP code example of laranex / laralog-client
1. Go to this page and download the library: Download laranex/laralog-client 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/ */
laranex / laralog-client example snippets
LOG_CHANNEL=laralog
LARALOG_CLIENT_BASE_URL
LARALOG_CLIENT_TEAM_SECRET_KEY
bash
php artisan vendor:publish --tag="laralog-client"