Error 500 when installing opcodesio/log-viewer on Laravel 11: Target class [] does not exist #394
Unanswered
EmilioDevCode
asked this question in
Q&A
Replies: 2 comments 3 replies
-
Hey @EmilioDevCode Which Laravel version is it exactly? Also, try running |
Beta Was this translation helpful? Give feedback.
2 replies
-
Greetings, if you were able to see the problem, what should I do to correct it? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to install the opcodesio/log-viewer package on a Laravel 11
project.
After installation, when I try to access the default route /log-viewer, I encounter the following error:`Request failed with status code 500: Target class [] does not exist.
I’ve followed these steps to troubleshoot the issue:
Verified that the package is in composer.json
Ran php artisan config:clear to clear the configuration cache
Despite these efforts, the error persists. Any insights on what might be causing this issue and how to resolve it would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions