WireSpy lets you instantly debug and interact with your Laravel Livewire components. You can inspect the state of your components, modify that state, and time travel through state changes to debug issues. You can also see events and details about those events with the event tracking tab. The last tab is a toggle for enabling hot reloading, so any changes to your components are tracked in WireSpy!

WireSpy was released as a beta this week, and already looks extremely useful. You can get started with this package by installing it via composer:

composer require wire-elements/wire-spy --dev

Once installed, you can toggle it via CMD+L/CTRL+L on your keyboard.


The post WireSpy is a Sleek New Debug Bar for Laravel Livewire appeared first on Laravel News.

Join the Laravel Newsletter to get all the latest Laravel articles like this directly in your inbox.