Search by

osaris-uk / log-viewer

osaris-uk

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (1.2) of this package.

Log viewer for Laravel

Package info

github.com/osaris-uk/log-viewer

pkg:composer/osaris-uk/log-viewer

Statistics

Installs: 80

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

1.2 2023-10-20 07:09 UTC

This package is auto-updated.

Last update: 2026-09-20 13:47:25 UTC


README

Usage

You can publish the config file with:

php artisan vendor:publish --provider="OsarisUk\LogViewer\LogViewerServiceProvider" --tag="config"

And the views with:

php artisan vendor:publish --provider="OsarisUk\LogViewer\LogViewerServiceProvider" --tag="views"

Config

In the config you can define the default route paramaters:

    'routes' => [
        'name' => 'log',
        'prefix' => 'log',
        'middleware' => [
            'web'
        ]
    ]

Views

This package ships with a basic view, this can be published and editied to fit your application.