×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: PHP
Posted by: Marcelo Aleks
Added: May 8, 2015 1:22 AM
Views: 1907
Tags: laravel php sql
  1. Event::listen('illuminate.query', function($query, $params, $time, $conn)
  2. {
  3.     print_r ($query."\n\n");
  4. });
  5.  
  6.