osaris-uk/log-viewer

There is no license information available for the latest version (1.2) of this package.

Log viewer for Laravel

1.2 2023-10-20 07:09 UTC

This package is auto-updated.

Last update: 2024-05-20 08:32:03 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.