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

Logs Viewer Laravel Package

vietstars/logs-viewer

View on GitHub
Deep Wiki
Context7

logs-viewer

============

Compatible

Log Viewer for Laravel 10

Install via composer

composer require Vietstars/logs-viewer

Add the following in bootstrap/app.php:

$app->register(\Vietstars\LogsViewer\LogsViewerServiceProvider::class);

Explicitly set the namespace in app/Http/routes.php:

$router->group(['namespace' => '\Vietstars\LogsViewer'], function() use ($router) {
    $router->get('logs', 'LogsViewerController@index');
});

Customize view

Publish log.blade.php into /resources/views/vendor/logs-viewer/ for view customization:

php artisan vendor:publish \
  --provider="Vietstars\LogsViewer\LogsViewerServiceProvider" \
  --tag=views

Edit configuration

Publish logviewer.php configuration file into /config/ for configuration customization:

php artisan vendor:publish \
  --provider="Vietstars\LogsViewer\LogsViewerServiceProvider"
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.
babenkoivan/elastic-client
innmind/static-analysis
innmind/coding-standard
datacore/hub-sdk
alengo/sulu-http-cache-bundle
develia/commons
cuci/prototurk-sdk
cuci/prototurk-sdk-symfony
develia/geo-bundle
dreamzy/livewire-charts
touchestate-sdk/php-sdk
22h/doctrine-garbage-collection-bundle
agtp/agtp-php
agtp/mod-php
splash/sonata-admin
splash/metadata
splash/openapi
splash/scopes
splash/toolkit
testo/output-teamcity