PHP code example of programming_cat / laravel-querylog

1. Go to this page and download the library: Download programming_cat/laravel-querylog 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/ */

    

programming_cat / laravel-querylog example snippets


array_merge($packaged_config_values, $existing_config_values);

  'excludes' => function (string $query) {
    return strpos($query, 'exlude-table-name') !== FALSE;
  }