nilisnone/log-viewer

Fast and easy-to-use log viewer for your Laravel application

dev-master 2024-04-26 08:07 UTC

This package is auto-updated.

Last update: 2024-04-26 08:07:55 UTC


README

Documentation

Forked from https://github.com/opcodesio/log-viewer

Get Started

Requirements

  • PHP 8.0+
  • Laravel 8+

Installation

composer require nilisnone/log-viewer
php artisan log-viewer:publish
php artisan vendor:publish --tag="log-viewer-config"

Usage

Once the installation is complete, you will be able to access Log Viewer directly in your browser.

By default, the application is available at: {APP_URL}/log-viewer.

(for example: https://my-app.test/log-viewer)