Download the PHP package joshhanley/livewire-checksum-logger without Composer
On this page you can find all versions of the php package joshhanley/livewire-checksum-logger. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download joshhanley/livewire-checksum-logger
More information about joshhanley/livewire-checksum-logger
Files in joshhanley/livewire-checksum-logger
Package livewire-checksum-logger
Short Description An checksum logger for Livewire to debug corruption issues
License MIT
Informations about the package livewire-checksum-logger
Livewire Checksum Logger
This package dumps Livewire's fingerprint and memo data to a log channel for debugging the "Livewire encountered corrupt data" error.
Installation
To install the package run
Usage
In your .env
file, set the below option to true to enable and false to disable (or remove)
You can also specify which channel the package will use. Currently it will use Laravel's log
by default, but also has support for ray
Once your env variables have been configured, make an initial request that contains a Livewire component. You should see the Livewire component ID and "RESPONSE" with the fingerprint and memo payloads.
Then trigger a Livewire request, and you should see the Livewire component ID and "REQUEST" with the fingerprint and memo payloads.
You can then manually compare these to see if there are any differences.
Here is a sample of how it looks in ray:
And sample log output:
All versions of livewire-checksum-logger with dependencies
livewire/livewire Version ^2.0|dev-master
illuminate/support Version ^7.0|^8.0|^9.0
illuminate/http Version ^7.0|^8.0|^9.0