You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lines producing this error:
resources / views / vendor / log-viewer / bootstrap-5 / _master.blade.php: 229 <li class="nav-item {{ Route::is('log-viewer::dashboard') ? 'active' : '' }}">
just below that will produce it too
LogViewer Version: 11.0.1
Laravel Version: 11.16.0
PHP Version: 8.2.21
Description:
Out of box installation, Pretty basic configs. When showing /admin/log-viewer though, the error message in subject is shown
Configs have been changed and work properly. It's routing TO log-viewer
` 'route' => [
'enabled' => true,
The full error:
Class "Route" not found
Lines producing this error:
resources / views / vendor / log-viewer / bootstrap-5 / _master.blade.php: 229
<li class="nav-item {{ Route::is('log-viewer::dashboard') ? 'active' : '' }}">
just below that will produce it too
<li class="nav-item {{ Route::is('log-viewer::logs.list') ? 'active' : '' }}">
The route is protected
It's not an auth issue, if I'm not logged in, the routing works as it's supposed to, giving me a 403.
The text was updated successfully, but these errors were encountered: