aagjalpankaj / lalo
Laravel Logger: Make logging concise and consistent!
v1.0.0
2025-04-26 16:38 UTC
Requires
- php: ^8.2
- illuminate/config: ^11.0|^12.0
- illuminate/log: ^11.0|^12.0
- illuminate/support: ^11.0|^12.0
- monolog/monolog: ^3.0
- symfony/error-handler: ^7.2
Requires (Dev)
- laravel/pint: ^1.21
- orchestra/testbench: ^10.1
- pestphp/pest: ^3.8
- rector/rector: ^2.0
This package is auto-updated.
Last update: 2025-04-30 21:41:09 UTC
README
About
Lalo validates logs at runtime on non-production environments, helps making logs more concise and consistent.
It not only just validates logs but also adds additional metadata that makes log aggregation, searching, and analysis more efficient.
✨ Monolog power: It is built on top of Monolog. Compatible with all monolog channels in Laravel.
✨ No vendor-lock-in: At any time, you can plug-in and plug-out this package easily without any refactoring.
✨ Fully configurable: Allows you to configure the way you want.