You need to both run the ssr server using npm and your regular php webserver yes
node public/js/ssr.js
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hi all,
In the Laravel docs it says the following:
Server-Side Rendering If you're concerned about diving into Inertia because your application requires server-side rendering, don't worry. Inertia offers server-side rendering support. And, when deploying your application via Laravel Forge, it's a breeze to ensure that Inertia's server-side rendering process is always running.
I am concerned with the following "when deploying your application via Laravel Forge, it's a breeze to ensure that Inertia's server-side rendering process is always running" does it mean would still have to run two servers in parallel similar to as if I would build a SPA?
Regards, Mihail
You need to both run the ssr server using npm and your regular php webserver yes
node public/js/ssr.js
Please or to participate in this conversation.