zunnu/log-reader

LogReader plugin for CakePHP

Installs: 67

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 0

Type:cakephp-plugin

2.0 2022-10-09 14:55 UTC

This package is auto-updated.

Last update: 2024-03-09 22:30:05 UTC


README

Log reader helps you quickly and clearly see individual log entries of your cakePHP application. With log reader you no longer need to read raw log files from the server. Log reader allows you to read logs straight from the UI.

Log readers API allows you to create your own custom application to help you get head of errors and provide you with useful information.

CakePHP 3.x version can be found here

Documentation

See the API documentation of Log Reader

Requirements

  • CakePHP 4.x
  • PHP 7.2 >

Installing Using Composer

cd to the root of your app folder (where the composer.json file is) and run the following command:

composer require zunnu/log-reader

Then load the plugin by using CakePHP's console:

./bin/cake plugin load LogReader

Usage

You can see the logs by going to http://app-address/log-reader logs

License

Licensed under The MIT License.