Laravel Packages

Pail is an experimental package to tail logs

Published Updated
Pail is an experimental package to tail logs image

Nuno Maduro shared an experimental Artisan package to provide an effortless way to tail logs in your Laravel applications:

I want to emphasize again that Nuno shared Pail this week in a very early form as an "idea in the making." It's not ready for production but you can indeed start experimenting with it and provide feedback:

This package is still in its proof-of-concept phase. It's an idea in the making, not yet optimized for production scenarios. Any feedback is welcome!

Some fantastic ideas so far include filtering logs by an authenticated user or filtering:

php artisan pail --user=1
 
php artisan pail --filter="Illuminate\Database"

Since this package doesn't have any releases, you can install it as a dev dependency using dev-main:

composer require nunomaduro/pail:dev-main

You can learn more about this package, get full installation instructions, and check it out on GitHub at nunomaduro/pail.

Paul Redmond photo

Staff writer at Laravel News. Full stack web developer and author.

Sponsored

acquaintsoft logo
Acquaint Softtech

Hire Laravel developers with AI expertise at $20/hr. Get started in 48 hours.

Visit Acquaint Softtech

The latest

View all →
Laravel monitoring that doesn't bill you by your traffic image

Laravel monitoring that doesn't bill you by your traffic

Read article
Mock PHP Classes in Tests With the Double Library image

Mock PHP Classes in Tests With the Double Library

Read article
Laravel Discount: Coupon Codes, Usage Limits, and Stacking image

Laravel Discount: Coupon Codes, Usage Limits, and Stacking

Read article
Laravel Truss: Live Interactive Database ER Diagrams image

Laravel Truss: Live Interactive Database ER Diagrams

Read article
Laravel artisan dev: Run Server, Queue, Logs, and Vite image

Laravel artisan dev: Run Server, Queue, Logs, and Vite

Read article
Validate and Convert HEIC Images in Laravel image

Validate and Convert HEIC Images in Laravel

Read article