This topic created in 2620 days ago, the information mentioned may be changed or developed.
 |
|
1
GrassSand Mar 1, 2019
toSql() 安装 debugbar 一劳永逸
|
 |
|
2
zibber Mar 1, 2019
DB::connection()->enableQueryLog(); DB::table('xxx'); $queries = DB::connection()->getQueryLog(); print_r($queries);
|