jhonoryza/logdesk
最新稳定版本:1.0.2
Composer 安装命令:
composer require jhonoryza/logdesk
包简介
support package for logdesk app
README 文档
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.
统计信息
- 总下载量: 44
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 14
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-12-04
