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

armadillo's avatar

Dashboard with Livewire similar to Inertia functionality

I'm new to Livewire and just started porting some older laravel project with it, also looking at inertia with Vue, and one thing that caught my attention is the demo app that inertia provides, it is a dashboard app and the most neat feature of it is that when you access "reports", "dashboard" the whole Dashboard layout does not reload, only the body of the selected link on the left sidebar loads. My question is if this is also possible without hacky code in Livewire , maybe it is but haven't touched on those functionalities yet. Inertia seems page component oriented and Livewire more specific component oriented. This is where the inertia demo is located: https://github.com/inertiajs/pingcrm

0 likes
1 reply
mberneis's avatar

You will need to add TurboLinks to create an SPA with livewire. - Plenty of tutorials around - just google LiveWire SPA

Please or to participate in this conversation.