Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message
Laravel Vv Logs Viewer

Laravel Vv Logs Viewer Laravel Package

ebethus/laravel-vv-logs-viewer

Simple in-app Laravel/Lumen log viewer. Install via Composer, register the service provider, and add a route to LogViewerController@index to browse log files (with or without log rotation). No public assets or vendor routes needed.

View on GitHub
Deep Wiki
Context7

A Laravel log reader

Frequently asked questions about Laravel Vv Logs Viewer
Does this package work with Laravel 9 or 10?
No, this package officially supports Laravel 4.2–8.x and Lumen. For Laravel 9/10, you’d need to fork it or use alternatives like `spatie/laravel-log-viewer`, which is actively maintained. Test thoroughly if attempting to adapt it.
How do I secure the log viewer route in production?
The package doesn’t include built-in auth. Wrap the route in Laravel middleware (e.g., `auth:sanctum` or `admin`) or restrict access via IP/role. Example: `Route::get('/logs', [LogViewerController::class, 'index'])->middleware('auth');`.
Will this work if my logs are stored externally (e.g., S3, Syslog)?
No, this package only reads files from `storage/logs`. For external storage, override the `LogViewerController` to fetch logs from your custom source (e.g., S3 client) or use a dedicated logging tool like Papertrail.
Can I filter or search logs using this package?
No, the package displays raw log files without filtering or search functionality. For advanced features, consider alternatives like `spatie/laravel-log-viewer` or integrate a dedicated log management tool.
Is this package compatible with Laravel’s log rotation (e.g., `laravel-logger`)?
The package claims to work with or without log rotation, but this hasn’t been tested with modern Laravel setups (e.g., `laravel-logger` or Monolog). Test locally to confirm compatibility with your log rotation strategy.
What are the risks of using this package in production?
The package is outdated (last release 2020) and lacks testing for Laravel 8+. Risks include compatibility issues, unpatched dependencies, and no built-in security. Validate thoroughly in staging before production use.
How do I install this in Lumen?
Install via Composer, register the service provider in `bootstrap/app.php`, and define the route in `app/Http/routes.php` with the namespace explicitly set. No additional steps are required beyond Laravel installation.
Are there alternatives with better Laravel 9/10 support?
Yes, consider `spatie/laravel-log-viewer` (actively maintained, supports Laravel 9+) or dedicated tools like Laravel Horizon, Papertrail, or Sentry. These offer features like filtering, search, and real-time streaming.
Will this package slow down my application if many users access logs?
The package reads log files directly, which could cause I/O bottlenecks under heavy load. For production, restrict access to trusted users/IPs or use caching (e.g., store logs in a database for faster access).
How do I customize the log viewer’s appearance or behavior?
The package is minimal and doesn’t expose configuration options. To customize, extend the `LogViewerController` or override views (if published). For styling, inject CSS via middleware or a layout wrapper.
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
hamzi/corewatch
minionfactory/raw-hydrator
hexters/coinpayment
rjcodes/rjcms
act-training/laravel-permissions-manager
alimarchal/laravel-chart-of-accounts
babenkoivan/elastic-scout-driver
mkwebdesign/filament-watchdog-v5
renatomarinho/laravel-page-speed
zedmagdy/filament-business-hours
renatovdemoura/blade-elements-ui
devgeek/beacon-admin
benjamin-rqt/data-watcher-bundle
atriumphp/atrium
sandermuller/package-boost-laravel
sandermuller/boost-skills
redaxo/core
yusufgenc/filament-api-forge
l3aro/rating-star-for-filament
leek/filament-subtenant-scope