DB::listen(function (QueryExecuted $sql) { Log::info($sql->sql); Log::info((new Exception())->getTraceAsString()); });