tobymaxham/log-viewer

A Laravel log reader

v3.0 2023-05-16 22:32 UTC

This package is auto-updated.

Last update: 2024-04-17 00:18:07 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License

Info

You will need at least PHP 8.2 and Laravel 10 to use this. If you have an older Laravel installation, use the Version v2.1.5 or v1.1.

Installation

Very simple installation and implementation. Just run composer require tobymaxham/log-viewer or simple add tobymaxham/log-viewer to the composer.json file.

In your Laravel routes Files you can add the default Controller Action:

Route::get('log', [\TobyMaxham\Logger\LogViewerController::class, 'index']);