rdumpdev/laravel-rdump
最新稳定版本:1.2
Composer 安装命令:
composer require rdumpdev/laravel-rdump
包简介
A simple Laravel package for debugging with a custom dump utility.
README 文档
README
A simple Laravel package for debugging and tracing remotely on www.rdump.dev
Installation
You can install the package via composer:
composer require rdumpdev/laravel-rdump
Configuration
You need a valid project key from www.rdump.dev Add this to your .env file:
RDUMP_PRIVATE_KEY="Your project key here"
Usage
You can pass any data in the second argument, except methods or classes.
Use the following code snippet in your application:
rdump('user_registered', [ 'name' => 'John' ])
统计信息
- 总下载量: 29
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-09-01