Upgrade from 3 to 4
September 9, 2025 ยท View on GitHub
In January 2025, Jonas Siewertsen transferred the ownership of this addon to Marco Rieser. In comparison to version 3, all the namespaces were updated. Besides that, there are no breaking changes.
Upgrade steps
- Replace
"jonassiewertsen/statamic-livewire": "^3.0"with"marcorieser/statamic-livewire": "^4.0"in yourcomposer.json - Replace the namespace
Jonassiewertsen\LivewirewithMarcoRieser\Livewirein your code - Run
composer update marcorieser/statamic-livewire