laravel-request-logger icon indicating copy to clipboard operation
laravel-request-logger copied to clipboard

Compatibility with Laravel 5.6

Open ldanielduarte opened this issue 7 years ago • 0 comments

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 change "use Illuminate\Contracts\Logging\Log;" to "use Psr\Log\LoggerInterface as Log;" and after add the missing method from the abstract class.

Thank you for your availability.

Cheers.

ldanielduarte avatar Apr 17 '18 15:04 ldanielduarte