Skip to content

zunnu/log-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LogReader plugin for CakePHP

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.