mgandomi/laravel-http-logger 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

mgandomi/laravel-http-logger

最新稳定版本:1.0.0

Composer 安装命令:

composer require mgandomi/laravel-http-logger

包简介

Logging incoming HTTP requests

README 文档

README

the dragon code http logger

Stable Version Unstable Version Total Downloads Github Workflow Status License

Installation

To get the latest version of Laravel HTTP Logger, simply require the project using Composer:

composer require dragon-code/laravel-http-logger

Or manually update require block of composer.json and run composer update.

{
    "require": {
        "dragon-code/laravel-http-logger": "^1.0"
    }
}

Usage

Run the migrations and submit a request to the site.

By default, the plugin is ready to go.

If you need to change the database connection or table name, you can do it in the settings.

Database table

All incoming HTTP requests will be logged to a database table. The default name is http_logs.

For example:

database table

License

This package is licensed under the MIT License.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-05-02