https://github.com/spiral-modules/log-viewer
Logs management module. Log files with all rotations are now available via vault panel, you can view them and, if needed, remove.
https://github.com/spiral-modules/log-viewer
logs spiral vault
Last synced: 5 months ago
JSON representation
Logs management module. Log files with all rotations are now available via vault panel, you can view them and, if needed, remove.
- Host: GitHub
- URL: https://github.com/spiral-modules/log-viewer
- Owner: spiral-modules
- License: mit
- Created: 2016-12-13T17:03:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-10-02T09:05:08.000Z (over 6 years ago)
- Last Synced: 2023-12-19T10:16:14.507Z (over 2 years ago)
- Topics: logs, spiral, vault
- Language: PHP
- Size: 42 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# log viewer
Logs management module. Log files with all rotations are now available via vault panel, you can view them and, if needed, remove.
[](https://packagist.org/packages/spiral/log-viewer)
[](https://packagist.org/packages/spiral/log-viewer)
[](https://scrutinizer-ci.com/g/spiral-modules/log-viewer/)
[](https://coveralls.io/github/spiral-modules/log-viewer)
[](https://travis-ci.org/spiral-modules/log-viewer)
## Installation
```
composer require spiral/log-viewer
spiral register spiral/log-viewer
```
### Include logs link into navigation menu like below (optional):
```php
'logs' => [
'title' => 'Logs',
'requires' => 'vault.logs'
],
```
#todo-list
1. Add paginator