leadsdoit/log-spa-viewer

Provides data of the log files in json format

Maintainers

Package info

github.com/leadsdoit/log-spa-viewer

Homepage

pkg:composer/leadsdoit/log-spa-viewer

Statistics

Installs: 90

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.1.4 2026-01-13 17:17 UTC

This package is auto-updated.

Last update: 2026-03-13 17:45:37 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