Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

AntV's avatar

AntV liked a comment+100 XP

4mos ago

Everything New in Livewire 4: Ep 3, Page Components

@AntV yeah, most people don't need volt anymore. maybe i'll remove from v4 docs

AntV's avatar

AntV wrote a comment+100 XP

4mos ago

Everything New in Livewire 4: Ep 3, Page Components

So, for Volt class full pages, we should change Volt::route(...) to Route::livewire(...) and it will work fine? I understand that not changing anything is also a viable solution, but I'd like to (attempt to) keep the codebase clean and fresh if possible.

TBH I went through the documentation for v4 and I am not sure why volt::create --class is still an option. From my understanding livewire v4 (structure wise) is the same thing.