Laravel mengaktifkan logging mysql

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