<p align="center">
    <img alt="Pail Logo Dark Mode" src="/art/pail-light.svg#gh-light-mode-only"/>
    <img alt="Pail Logo Dark Mode" src="/art/pail-dark.svg#gh-dark-mode-only"/>
</p>

<p align="center">
<a href="https://github.com/laravel/pail/actions"><img src="https://github.com/laravel/pail/workflows/tests/badge.svg" alt="Build Status"></a>
<a href="https://packagist.org/packages/laravel/pail"><img src="https://img.shields.io/packagist/dt/laravel/pail" alt="Total Downloads"></a>
<a href="https://packagist.org/packages/laravel/pail"><img src="https://img.shields.io/packagist/v/laravel/pail" alt="Latest Stable Version"></a>
<a href="https://packagist.org/packages/laravel/pail"><img src="https://img.shields.io/packagist/l/laravel/pail" alt="License"></a>
</p>

## Introduction

Laravel Pail is a package that allows you to easily dive into your Laravel application's log files directly from the command line. Unlike other log tailing packages, Pail is designed to work with any log driver, including [Sentry](https://sentry.io) or [Flare](https://flareapp.io).

In addition, Pail focuses on the developer experience: it provides a sleek CLI interface with a user-friendly design and a set of useful filters to help you find what you're looking for.

<p align="center">
    <img src="https://laravel.com/img/docs/pail-example.png">
</p>

## Official Documentation

Documentation for Pail can be found on the [Laravel website](https://laravel.com/docs/logging#tailing-log-messages-using-pail).

## Contributing

Thank you for considering contributing to Pail! The contribution guide can be found in the [Laravel documentation](https://laravel.com/docs/contributions).

## Code of Conduct

In order to ensure that the Laravel community is welcoming to all, please review and abide by the [Code of Conduct](https://laravel.com/docs/contributions#code-of-conduct).

## Security Vulnerabilities

Please review [our security policy](https://github.com/laravel/pail/security/policy) on how to report security vulnerabilities.

## License

Laravel Pail is open-sourced software licensed under the [MIT license](LICENSE.md).
