freshbitsweb / laravel-log-enhancer

Make debugging easier by adding more data to your laravel logs (Laravel 5.6+)
MIT License
346 stars 33 forks source link

Lumen compatibility #15

Closed josegus closed 5 years ago

josegus commented 5 years ago

This is not an issue, is more a request for asking if this package could be compatible with Lumen.

I've used this package in a couple of Laravel projects, works great, but in lumen we cannot access to request() helper.

image

gauravmak commented 5 years ago

@josegus We don't generally use Lumen in any of our projects so I am not sure if this package would work properly there.

If you can test and confirm, I am open to a PR for the same.