laravel / pail
Easily delve into your Laravel application's log files directly from the command line.
Installs: 1 598 259
Dependents: 32
Suggesters: 0
Security: 0
Stars: 769
Watchers: 14
Forks: 21
Open Issues: 0
Requires
- php: ^8.2
- ext-mbstring: *
- illuminate/console: ^10.24|^11.0
- illuminate/contracts: ^10.24|^11.0
- illuminate/log: ^10.24|^11.0
- illuminate/process: ^10.24|^11.0
- illuminate/support: ^10.24|^11.0
- nunomaduro/termwind: ^1.15|^2.0
- symfony/console: ^6.0|^7.0
Requires (Dev)
- laravel/framework: ^10.24|^11.0
- laravel/pint: ^1.13
- orchestra/testbench-core: ^8.12|^9.0
- pestphp/pest: ^2.20
- pestphp/pest-plugin-type-coverage: ^2.3
- phpstan/phpstan: ^1.10
- symfony/var-dumper: ^6.3|^7.0
This package is auto-updated.
Last update: 2024-11-12 16:22:33 UTC
README
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 or Flare.
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.
Official Documentation
Documentation for Pail can be found on the Laravel website.
Contributing
Thank you for considering contributing to Pail! The contribution guide can be found in the Laravel documentation.
Code of Conduct
In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
License
Laravel Pail is open-sourced software licensed under the MIT license.