Download the PHP package updateddata/laravel-request-logger without Composer
On this page you can find all versions of the php package updateddata/laravel-request-logger. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download updateddata/laravel-request-logger
More information about updateddata/laravel-request-logger
Files in updateddata/laravel-request-logger
Download updateddata/laravel-request-logger
More information about updateddata/laravel-request-logger
Files in updateddata/laravel-request-logger
Vendor updateddata
Package laravel-request-logger
Short Description Logs Laravel HTTP Requests
License MIT
Package laravel-request-logger
Short Description Logs Laravel HTTP Requests
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-request-logger
Requestlogger for Laravel
This package logs all http-Request. It also optionally saves attached files and also optionally compresses them.
Installation:
-
Require the package
- Publish the assets
Config:
All variables can either be set as ENV vars or in config/request-logger.php
Name | Default | Effect |
---|---|---|
REQUEST_LOGGER_ENABLED | true | Enables or disables logging |
REQUEST_LOGGER_DRIVER | database | Defines how the logging should be done |
REQUEST_LOGGER_RETENTION | 14 | Defines how long the logs should be kept. Set to 0 for indefinetly |
REQUEST_LOGGER_STORE_ATTACHMENTS | false | Enables persistence for uploaded files |
REQUEST_LOGGER_COMPRESSION_ENABLED | false | Enables compression for uploaded files. |
REQUEST_LOGGER_COMPRESSION_COMPRESSOR | gz | Compressionalgorith. For now only gz is supported |
Security notice
Logging files should only be enabled for specific endpoints. Yet that feature is not implemented
All versions of laravel-request-logger with dependencies
PHP Build Version
Package Version
The package updateddata/laravel-request-logger contains the following files
Loading the files please wait ....