首页| 论坛| 消息
主题:Laravel DB输出原生sql查询语句
北斗星发表于 2019-03-14 15:11
DB::connection()->enableQueryLog();
DB::table('students')->select('id','name','age')->get();
$log = DB::getQueryLog();dd($log);
回帖(0):

全部回帖(0)»
最新回帖
收藏本帖
发新帖