Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (21 loc) · 1.1 KB

README.md

File metadata and controls

26 lines (21 loc) · 1.1 KB

log viewer

Logs management module. Log files with all rotations are now available via vault panel, you can view them and, if needed, remove.

Latest Stable Version Total Downloads Scrutinizer Code Quality Coverage Status Build Status

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

  1. Add paginator