Skip to content

mehdi-gandomi/laravel-http-logger

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTP Logger for Laravel

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.

About

📑 Logging incoming HTTP requests

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%