ARCANEDEV / LogViewer

:page_with_curl: Provides a log viewer for Laravel
MIT License
2.37k stars 335 forks source link

Target class [access_logs] does not exist. #456

Closed nick-nds closed 6 months ago

nick-nds commented 6 months ago

Description:

After installing LogViewer, when I access route /log-viewer, I am getting this error. Target class [access_logs] does not exist. I looked for access_logs in the package but could not find anything.

I tried to install this package in fresh laravel 11 application. Same error.

Steps To Reproduce:

nick-nds commented 6 months ago

My mistake. Unknowingly I had set wrong env in LOGVIEWER_MIDDLEWARE. So dumb of me.