haruncpi/laravel-query-log
最新稳定版本:v1.0.1
Composer 安装命令:
composer require haruncpi/laravel-query-log
包简介
Log your all laravel sql query
README 文档
README
Log executed Laravel SQL queries and their line number and more!
Support
Documentation
Get documentation on laravelarticle.com
Sample Preview
text format
url : http://example.test
method : GET
total_query : 3
total_time : 5.69
--------------------
sl : 1
query : select * from `students` where `id` = ? and `name` = ?
bindings : 6|Tomas
final_query : select * from `students` where `id` = 6 and `name` = 'Tomas'
time : 4.38
file : C:\www\example\app\Http\Controllers\SiteController.php:10
line : 10
sl : 2
query : select * from `students` where `id` = ? and `phone` = ?
bindings : 6|649-768-7305
final_query : select * from `students` where `id` = 6 and `phone` = '649-768-7305'
time : 0.75
file : C:\www\example\app\Http\Controllers\SiteController.php:11
line : 11
sl : 3
query : select * from `students` where `id` = ?
bindings : 6
final_query : select * from `students` where `id` = 6
time : 0.56
file : C:\www\example\app\Http\Controllers\SiteController.php:12
line : 12
Other Packages
- Laravel Log Reader - A simple and beautiful laravel log reader.
- Laravel H - A helper package for Laravel Framework.
- Laravel Simple Filemanager - A simple filemanager for Laravel.
- Laravel Option Framework - Option framework for Laravel.
统计信息
- 总下载量: 16.74k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 38
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: cc-by-4.0
- 更新时间: 2022-02-13