DB::connection()->enableQueryLog();
DB::table('students')->select('id','name','age')->get();
$log = DB::getQueryLog();dd($log);
DB::connection()->enableQueryLog();
DB::table('students')->select('id','name','age')->get();
$log = DB::getQueryLog();dd($log);
本文标题:Laravel DB输出原生sql查询语句
本文链接:https://www.haomeiwen.com/subject/eqfnyttx.html
网友评论