shaonmajumder/log-viewer
Beautiful, secure Laravel log viewer for Laravel 9–11 and PHP 8+. Auto-discovers log files, highlights levels, supports themes, search and level filtering, context expansion, tail mode, auto-refresh, and downloading full or filtered output.
laravel.log. to log.viewer. to avoid collisions with app routes.web) instead of removing them.laravel.log.*.web middleware group.auth_required, auth_guard, authorize, unauthorized_action, unauthorized_redirect_to) from default config./login, logged-in users can access logs.authorize callback now returns true to avoid blocking valid logged-in sessions in custom auth setups.Auth::user() resolver mismatch when auth middleware is already guarding the route.user_id, email, username, etc.).Auth::check() when available before session heuristics.['web'] to avoid premature auth-middleware redirects in custom session auth setups./log-viewer access now relies on package auth checks (with session fallback) so logged-in custom-session users are not redirected away before controller authorization runs.['web', 'auth'] for login-required access.403 Unauthorized when users are logged in but Auth::user() is unresolved in custom session setups.url.intended before unauthorized login redirect./log-viewer.unauthorized_action => redirectunauthorized_redirect_to => /login/log-viewerHow can I help you explore Laravel packages today?