How to debug eloquent query

How to debug eloquent query. There is way to dump query for example mysql with prepared variables next way: // Enable query log \DB::connection(‘mysql’)->enableQueryLog(); // … Continue reading How to debug eloquent query