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.
You're free to use this package (it's MIT-licensed), 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.
All postcards will are published on our website.
You can install the package via composer:
composer require spatie/laravel-tail
You're done. Run php artisan tail
to tail your log.
To tail the log you can use this command:
php artisan tail
By default the last 20 lines will be shown. You can change that number by using the lines
-option.
php artisan tail --lines=50
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Spatie is a webdesign agency in Antwerp, Belgium. You'll find an overview of all our open source projects on our website.
The MIT License (MIT). Please see License File for more information.