https://github.com/kcsoft/debug-kit-error-log
https://github.com/kcsoft/debug-kit-error-log
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kcsoft/debug-kit-error-log
- Owner: kcsoft
- Created: 2021-02-14T14:06:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-12T07:13:26.000Z (almost 4 years ago)
- Last Synced: 2025-03-24T10:50:50.922Z (about 1 year ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DebugKitErrorLog
Show errors from `error.log` file in a DebugKit panel fro CakePHP 4.
## Installation
Use the dependancy mananger [composer] to install
```bash
composer require kcsoft/debug-kit-error-log
```
In your `src/Application.php` file add the panel to [DebugKit] v4:
```php
Configure::write('DebugKit.panels', ['DebugKitErrorLog.ErrorLog']);
$this->addPlugin('DebugKit', ['bootstrap' => true]);
```
## License
[MIT]
[composer]: https://getcomposer.org/
[DebugKit]: https://github.com/cakephp/debug_kit
[mit]: https://choosealicense.com/licenses/mit/