laravel 打印完整sql

DB::connection()->enableQueryLog();  // 开启QueryLog
\App\User::find(1);
dump(DB::getQueryLog());
posted @ 2019-03-28 17:31  pengcx  阅读(435)  评论(0编辑  收藏  举报