wire-elements/wire-spy
最新稳定版本:v0.0.12
Composer 安装命令:
composer require wire-elements/wire-spy
包简介
Devtools for Livewire
README 文档
README
Take your Livewire development to the next level with WireSpy. Instantly debug and interact with your components—inspect their state, modify it on the fly, and even time-travel through state changes to pinpoint issues. Stay on top of every event with a dedicated events page that displays dispatched events, the originating component, and the exact data payload. Plus, with the hot reload feature, any changes to your component files automatically refresh, keeping your workflow fast and efficient. WireSpy provides the power and precision you need to build and debug your Livewire apps.
Installation
Require this package using Composer:
composer require wire-elements/wire-spy --dev
Usage
Use CMD+L or CTRL+L on your keyboard to toggle WireSpy.
Configuration
To change the keybinding, publish the configuration file by running:
php artisan vendor:publish --tag=wire-spy-config
By default, WireSpy is enabled only in your local environment. You can override this in config/wire-spy.php or by setting an environment variable:
WIRE_SPY_ENABLED=true
统计信息
- 总下载量: 152.82k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 468
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-10-09
