https://github.com/zunnu/log-reader
A log reader tool for CakePHP
https://github.com/zunnu/log-reader
cakephp cakephp-plugin log log-parser log-reader logs php reader viewer
Last synced: 13 days ago
JSON representation
A log reader tool for CakePHP
- Host: GitHub
- URL: https://github.com/zunnu/log-reader
- Owner: zunnu
- License: mit
- Created: 2021-10-17T19:57:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-16T21:41:26.000Z (about 3 years ago)
- Last Synced: 2024-12-01T00:56:07.247Z (about 1 year ago)
- Topics: cakephp, cakephp-plugin, log, log-parser, log-reader, logs, php, reader, viewer
- Language: PHP
- Homepage:
- Size: 30.3 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/zunnu/log-reader/tree/3.x)
## Documentation
See the API documentation of [Log Reader](https://github.com/zunnu/log-reader/wiki)
## Requirements
* CakePHP 4.x
* PHP 7.2 >
## Installing Using [Composer][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

## License
Licensed under [The MIT License][mit].
[cakephp]:http://cakephp.org
[composer]:http://getcomposer.org
[mit]:http://www.opensource.org/licenses/mit-license.php