jhonoryza / logdesk
support package for logdesk app
1.0.2
2023-12-08 10:35 UTC
Requires
- php: ^7.3|^8.0|^8.1
- ext-curl: *
- ext-json: *
- symfony/var-dumper: ^4.2|^5.1|^6.0
Requires (Dev)
- illuminate/support: 6.x|^8.18|^9.0|^10.0
- nesbot/carbon: ^2.63
README
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
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.