simple opinionated laravel logger
You can install the package via composer:
composer require nikcani/plog
$output = plog($mixed_value);
// or
dlog($mixed_value);
composer test
Please see CHANGELOG for more information on what has changed recently.
The MIT License (MIT). Please see License File for more information.