Skip to content

Instantly share code, notes, and snippets.

@muni2explore
Created September 11, 2019 13:21
Show Gist options
  • Select an option

  • Save muni2explore/80e61d1663d72b050aef6a751adf5f15 to your computer and use it in GitHub Desktop.

Select an option

Save muni2explore/80e61d1663d72b050aef6a751adf5f15 to your computer and use it in GitHub Desktop.

Revisions

  1. muni2explore renamed this gist Sep 11, 2019. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. muni2explore created this gist Sep 11, 2019.
    5 changes: 5 additions & 0 deletions dump-laravel-query
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    ```php
    DB::listen(function($query){
    dump($query);
    });
    ```