Laravel Ative MySQL Logging

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