Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.24 KB

File metadata and controls

40 lines (25 loc) · 1.24 KB

plog

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

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.