apicart / logs-viewer
A simple tool for viewing logs. Because sometime that's all you need.
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 4
Forks: 0
Open Issues: 9
Type:project
Requires
- php: ^7.3
- ext-ctype: *
- ext-iconv: *
- machy8/smart-controller: ^1.1
- symfony/console: 4.3.*
- symfony/dotenv: 4.3.*
- symfony/flex: ^1.1
- symfony/framework-bundle: 4.3.*
- symfony/monolog-bundle: ^3.4
- symfony/yaml: 4.3.*
Requires (Dev)
- phpstan/phpstan-strict-rules: ^0.11.0
- phpstan/phpstan-symfony: ^0.11.0
- symfony/profiler-pack: ^1.0
- symplify/easy-coding-standard: ^5.3
Conflicts
This package is auto-updated.
Last update: 2024-10-14 15:21:22 UTC
README
Logs Viewer
A simple tool for viewing logs. Because sometime that's all you need.
Installation
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