nikcani / plog
simple opinionated laravel logger
Fund package maintenance!
0.2.1
2026-07-06 17:12 UTC
Requires
- php: ^8.3
- illuminate/contracts: 13.18.1
- spatie/laravel-package-tools: ^1.16
Requires (Dev)
- larastan/larastan: ^3.0
- laravel/pint: ^1.14
- nunomaduro/collision: ^8.1.1||^7.10.0
- orchestra/testbench: 11.1.0
- pestphp/pest: ^4.0
- pestphp/pest-plugin-arch: ^4.0
- pestphp/pest-plugin-laravel: ^4.0
- phpstan/extension-installer: ^1.3
- phpstan/phpstan-deprecation-rules: ^2.0
- phpstan/phpstan-phpunit: ^2.0
README
simple opinionated laravel logger
Installation
You can install the package via composer:
composer require nikcani/plog
Usage
$output = plog($mixed_value); // or dlog($mixed_value);
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
License
The MIT License (MIT). Please see License File for more information.