laravel 打印日志的方法

laravel sql 日志打印
DB::connection("pgsql_remote")->enableQueryLog();
$datas= $models->where($where)->orderBy($orderBy,$this->orderByType)->paginate($perPage);
$sql = DB::connection("pgsql_remote")->getQueryLog(); 
  • 发表于 2024-03-15 10:29
  • 阅读 ( 154 )
  • 分类:Laravel

你可能感兴趣的文章

相关问题

0 条评论

请先 登录 后评论
admin
admin

13 篇文章

作家榜 »

  1. admin 13 文章
  2. 捞起月亮的渔民 2 文章
  3. devops 1 文章