spiral / log-viewer
This package is abandoned and no longer maintained.
No replacement package was suggested.
There is no license information available for the latest version (v1.1.6) of this package.
Vault component with ability to view logs in the vault panel.
v1.1.6
2017-06-08 15:01 UTC
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