PHP code example of supliu / laravel-query-monitor
1. Go to this page and download the library: Download supliu/laravel-query-monitor 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/ */
supliu / laravel-query-monitor example snippets
ssh
php artisan vendor:publish --provider="Supliu\LaravelQueryMonitor\ServiceProvider"
ssh
php artisan laravel-query-monitor
ssh
php artisan laravel-query-monitor --host="192.168.0.2" --port=8082