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:
Install laravel v11.0.
Run composer require arcanedev/log-viewer:11.0.
Access the route http://<site-url>/log-viewer.
The application throws an Exception Illuminate\Contracts\Container\BindingResolutionException, with message Target class [access_logs] does not exist.
Description:
After installing LogViewer, when I access route
/log-viewer
, I am getting this error.Target class [access_logs] does not exist.
I looked foraccess_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:
composer require arcanedev/log-viewer:11.0
.http://<site-url>/log-viewer
.Illuminate\Contracts\Container\BindingResolutionException
, with messageTarget class [access_logs] does not exist
.