spatie / laravel-tail by spatie

Easily tail application logs
1,898,366
736
11
Package Data
Maintainer Username: spatie
Maintainer Contact: freek@spatie.be (Freek Van der Herten)
Package Create Date: 2015-02-10
Package Last Update: 2024-02-29
Home Page: https://freek.dev/111-the-missing-tail-command-for-laravel-5
Language: PHP
License: MIT
Last Refreshed: 2024-04-23 03:01:38
Package Statistics
Total Downloads: 1,898,366
Monthly Downloads: 29,774
Daily Downloads: 1,209
Total Stars: 736
Total Watchers: 11
Total Forks: 45
Total Open Issues: 0

Easily tail your logs

Latest Version Software License Quality Score StyleCI Total Downloads

This package offers an Artisan command to tail the application log. It supports daily and single logs on your local machine.

Spatie is a webdesign agency in Antwerp, Belgium. You'll find an overview of all our open source projects on our website.

Install

You can install the package via composer:

composer require spatie/laravel-tail

You're done. Run php artisan tail to tail your log.

Usage

To tail the log you can use this command:

php artisan tail

You can start the output with displaying the last lines in the log by using the lines-option.

php artisan tail --lines=50

To filter out stack traces from the output, you can use the hide-stack-traces-option.

php artisan tail --hide-stack-traces

It's also possible to fully clear the output buffer after each log item. This can be useful if you're only interested in the last log entry when debugging.

php artisan tail --clear

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email freek@spatie.be instead of using the issue tracker.

Postcardware

You're free to use this package, but if it makes it to your production environment we highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using.

Our address is: Spatie, Samberstraat 69D, 2060 Antwerp, Belgium.

We publish all received postcards on our company website.

Credits

This package was created because the awesome tail command present in Laravel 4 was dropped in Laravel 5. The tail command from this package is equivalent to Laravel's old one minus the remote tailing features.

Support us

Spatie is a webdesign agency based in Antwerp, Belgium. You'll find an overview of all our open source projects on our website.

Does your business depend on our contributions? Reach out and support us on Patreon. All pledges will be dedicated to allocating workforce on maintenance and new awesome stuff.

License

The MIT License (MIT). Please see License File for more information.