定制 oskingv/laravel-http-query-logger 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

oskingv/laravel-http-query-logger

Composer 安装命令:

composer require oskingv/laravel-http-query-logger

包简介

HTTP query logger for Laravel

README 文档

README

This is a small package that can helps in debugging logs. It can log request method, url, duration, request payload, which models are retrieved, controller and method.

Installation

  1. Install the package via composer
composer require oskingv/laravel-http-query-logger

Usage

  1. Laravel 5.5 and higher uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider. If you use a lower version of Laravel you must register it in your app.php file:
Oskingv\HttpQueryLogger\Providers\HttpQueryLoggerServiceProvider::class
  1. Publish the config file with:
php artisan vendor:publish --tag=config --provider="Oskingv\HttpQueryLogger\Providers\HttpQueryLoggerServiceProvider"

The config file is called http-query-logger.php. Currently supported drivers are db and file

By default the logger will use file to log the data. But if you want to use Database for logging, migrate table by using

You can also configure which fields should not be logged like passwords, secrets, etc.

You dont need to migrate if you are just using file driver

php artisan migrate
  1. Add middleware named http.query.logger to the route or controller you want to log data
//in route.php or web.php
Route::middleware('http.query.logger')->post('/test',function(){
    return response()->json("test");
});
  1. Dashboard can be accessible via yourdomain.com/http-query-logger

Clear the logs

You can permenently clear the logs by using the following command.

php artisan http_query_logger:clear

Security

If you discover any security related issues, please email oskingvv95@gmail.com instead of using the issue tracker.

License

The MIT License (MIT). Please see License File for more information.

统计信息

  • 总下载量: 110
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-05-20

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固