A simple tool for viewing logs. Because sometime that's all you need.
If you use Docker, you can use the the docker image.
- Create Logs Viewer project
composer create-project apicart/logs-viewer logs-viewer
- Direct your logs into the logs viewer
logs-viewer/var/external-logs
directory. - Run
php -S [::]:80 -t logs-viewer/public
- The Logs Viewer should be now accessible from http://localhost