Blogger Information
Blog 2
fans 0
comment 0
visits 1621
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
laravel 框架错误日志打印
一笑红尘我最菜
Original
963 people have browsed it

laravel 框架sql日志打印

use Log;

DB::connection()->enableQueryLog();

$cust_data = DB::table('cust_master')

->select(DB::raw('COUNT(*) AS total_cust_num'))

->get();

Log::info('-->',DB::getQueryLog());












Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post