revision 388bf94e43a6ee408e3888a4b28bf23afd0a3152
1 2 3 4 5 6 7 8
<?php \DB::connection()->enableQueryLog(); // ... your code //output query log var_dump(\DB::getQueryLog()); ?>