Provides data of the log files in json format


License
Other

Documentation

Log SPA Viewer

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 ldi/log-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