spatie / laravel-http-logger

Log HTTP requests in Laravel applications
https://freek.dev/882-a-laravel-package-to-log-http-requests
MIT License
648 stars 61 forks source link

can't log api route #18

Closed imknight closed 6 years ago

imknight commented 6 years ago

hi, using this with laravel spark, but it seem like no way to log the api route ?

freekmurze commented 6 years ago

Make sure all the routes use the middleware provided by this package.

imknight commented 6 years ago

I did set both on global and specific to the api router, both are not working.