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

Log Viewer Laravel Package

srmilon/log-viewer

View on GitHub
Deep Wiki
Context7

Laravel Log Viewer

The package will help to view laravel logs easily.

Prerequisites

PHP >= 5.3.0

Installing

Install the package via Composer by following command:

composer require srmilon/log-viewer

Once package installation done, register the service provider in config/app.php in the providers array like bellow:

providers' => [
    ...
    Srmilon\LogViewer\LogServiceProvider::class
  ]

For publishing views

php artisan vendor:publish \
  --provider="Srmilon\LogViewer\LogServiceProvider" \
  --tag=views

Then add folloiwng route in your routes file:

Route::get('/log', '\Srmilon\LogViewer\LogViewerController@index');

Now you can browse your laravel website logs using {your-website-url}/log.

For example:

http://www.example.com/log

Enjoy!

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.
apiboxsym/user-bundle
apiboxsym/health-check-bundle
jayeshmepani/jpl-moshier-ephemeris-php
elnasnato/laraliveui
labrodev/rest-sdk
sampaui/sampaui
babelqueue/php-sdk
facebook/capi-param-builder-php
babelqueue/symfony
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