leadsdoit/log-spa-viewer

Provides data of the log files in json format

v1.1.3 2025-02-27 16:26 UTC

This package is auto-updated.

Last update: 2025-06-27 17:05:57 UTC


README

A Laravel Package for Log File Parsing for SPA.

Inspired by ARCANEDEV/LogViewer

Installation

You can install this package via Composer by running this command:

    composer require leadsdoit/log-spa-viewer

Commands

  1. To publish the config and translations files, run this command:
    php artisan log-spa-viewer:publish
  1. To force publishing
    php artisan log-spa-viewer:publish --force
  1. Publishing the config only
    php artisan log-spa-viewer:publish --tag=config
  1. Application requirements & log files check
    php artisan log-spa-viewer:check

Configuration

See the Configuration page to finish installation.

Endpoints

Also see the Endpoints