Skip to content

Last executed queries in Laravel5

You can use getQueryLog() method to get most recently executed queries. But in Laravel 5.1 it is disabled by default. So you have to enable it first.To enable you need to call DB::connection()->enableQueryLog();

DB::getQueryLog();
0 0 votes
Article Rating
Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments