mgandomi/laravel-http-logger is a Laravel package for logging incoming http requests.
It currently has 0 GitHub stars and 6 downloads on Packagist (latest version 1.0.0).
Install it with composer require mgandomi/laravel-http-logger.
Discover more Laravel packages by mgandomi
or browse all Laravel packages to compare alternatives.
Last updated
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"
}
}
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.
All incoming HTTP requests will be logged to a database table. The default name is http_logs.
For example:

This package is licensed under the MIT License.