spiral / log-viewer
Vault component with ability to view logs in the vault panel.
Installs: 1 893
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 0
Open Issues: 0
Requires
- php: >=7.0
- nesbot/carbon: ^1.22
- spiral/framework: ^1.0
- spiral/vault: ^0.9.7
- vvval/spiral-array-paginable: ^0.1.0
Requires (Dev)
- mockery/mockery: dev-master
- phpunit/phpunit: ~6.0
- spiral/ide-helper: ^0.9.2
This package is not auto-updated.
Last update: 2024-02-03 16:22:28 UTC
README
Logs management module. Log files with all rotations are now available via vault panel, you can view them and, if needed, remove.
Installation
composer require spiral/log-viewer
spiral register spiral/log-viewer
Include logs link into navigation menu like below (optional):
'logs' => [ 'title' => 'Logs', 'requires' => 'vault.logs' ],
#todo-list
- Add paginator