Laravel activer la journalisation mysql

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