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

serpapi logo
SerpApi

The Web Search API for Your LLM and AI Applications

Visit SerpApi

The latest

View all →
What We Know About Laravel 14 image

What We Know About Laravel 14

Read article
Difflock: Lint Laravel Migrations and Diff Your Schema image

Difflock: Lint Laravel Migrations and Diff Your Schema

Read article
Fresh Package: Laravel Package Skeleton with Testbench, CI, and Boost Integration image

Fresh Package: Laravel Package Skeleton with Testbench, CI, and Boost Integration

Read article
Inertia DevTools Now Available for Firefox image

Inertia DevTools Now Available for Firefox

Read article
Laravel Scalpel Scans for Filesystem Intrusion Evidence image

Laravel Scalpel Scans for Filesystem Intrusion Evidence

Read article
Mercure Broadcasting in Laravel 13.32 image

Mercure Broadcasting in Laravel 13.32

Read article