laravel-request-logger
laravel-request-logger copied to clipboard
HTTP request logger middleware for Laravel
Made some changes to make it work for Laravel 5.7
since kernel.handled is gone, this logger needs to use RequestHandled instead Hope my amateur fixing is working out, at least it works for me ^^
I would love this package if it is able to save the data to a database table.
Hello is it possible to make a change to add compatibility with Laravel 5.6? From what I've understood it would be a simple change: in the file src/Prettus/RequestLogger/Logger.php, line 5...
Hello & thanks for making this package. Unfortunately I cannot get it to work. The log file doesn't get created - I checked the permissions. I also tried to create...
Hi, make please a new release with last changes, so it could be installed via composer without using git repo settings.
Method `before` and `after` has been removed from Route class.This code compatible with Laravel 5.3+
Bugfix