https://github.com/lyuangg/colortail
A php-developed tail tool
https://github.com/lyuangg/colortail
laravel linux logs macos nignx php tail
Last synced: 2 months ago
JSON representation
A php-developed tail tool
- Host: GitHub
- URL: https://github.com/lyuangg/colortail
- Owner: lyuangg
- Created: 2020-07-28T06:59:38.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-28T07:20:59.000Z (almost 6 years ago)
- Last Synced: 2025-03-16T16:17:56.978Z (over 1 year ago)
- Topics: laravel, linux, logs, macos, nignx, php, tail
- Language: PHP
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# colortail
A php-developed tail tool.
This can highlight laravel and nginx logs
## usage
```
./bin/ctail -f /yourproject/logs/laravel.log
```
## build
```
php generate-phar.php
```