jhonoryza / laravel-logdesk

laravel package for logdesk app

Home Page:https://github.com/jhonoryza/logdesk/releases/latest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel Logdesk

Total Downloads Latest Stable Version License

insipired by spatie ray create free version with minimum features.

Installation

install this package

composer require jhonoryza/logdesk --dev

download desktop app here https://github.com/jhonoryza/logdesk/releases/latest

image

Usage

logdesk('ok'); // string
logdesk(new User()); // object
logdesk(['foo' => 'bar') // array
logdesk(true); // boolean

you can pass multiple value

logdesk('ok', ['foo' => 'bar'], new User());

or you can have behaviour like dd() in laravel to die and dump

logdeskDie('die');

Security

If you've found a bug regarding security please mail jardik.oryza@gmail.com instead of using the issue tracker.

License

The MIT License (MIT). Please see License File for more information.

About

laravel package for logdesk app

https://github.com/jhonoryza/logdesk/releases/latest

License:MIT License


Languages

Language:PHP 100.0%