Laravel habilita el registro mysql

DB::enableQueryLog();
//some db stuff...
DB::getQueryLog();
MilMike