nikcani / plog
simple opinionated laravel logger
Fund package maintenance!
0.3.0
2026-07-28 19:21 UTC
Requires
- php: ^8.4
- illuminate/contracts: ^13.23.0
- spatie/laravel-package-tools: ^1.93.1
Requires (Dev)
- larastan/larastan: ^3.10.0
- laravel/pint: ^1.29.3
- nunomaduro/collision: ^8.9.5
- orchestra/testbench: ^11.1.0
- pestphp/pest: ^5.0.1
- pestphp/pest-plugin-arch: ^5.0.0
- pestphp/pest-plugin-laravel: ^5.0.0
- phpstan/extension-installer: ^1.4.3
- phpstan/phpstan-deprecation-rules: ^2.0.5
- phpstan/phpstan-phpunit: ^2.0.18
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.