Laravel Packages

WireSpy is a Sleek New Debug Bar for Laravel Livewire

Published

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.

Paul Redmond photo

Staff writer at Laravel News. Full stack web developer and author.

Sponsored

masteringlaravel logo
Laravel Code Review

Get expert guidance in a few days with a Laravel code review

Visit Laravel Code Review

The latest

View all →
Find Unexpected Test Inputs with Fuzz for Pest image

Find Unexpected Test Inputs with Fuzz for Pest

Read article
Laravel Rulebook: Business Rules That Change by Date image

Laravel Rulebook: Business Rules That Change by Date

Read article
Taylor disabled GitHub Issues on most Laravel open-source packages. image

Taylor disabled GitHub Issues on most Laravel open-source packages.

Read article
Exclude Vendor and Default Commands in `php artisan dev` image

Exclude Vendor and Default Commands in `php artisan dev`

Read article
The Laracon Archive image

The Laracon Archive

Read article
Group Adjacent Collection Items in Laravel with chunkBy() image

Group Adjacent Collection Items in Laravel with chunkBy()

Read article