Frontend & Backend Frameworks
Laravel 11 with Inertia — real-world setup tips?
0 replies
· 6 views
#1 — Original Post
26 Mar 2026, 21:00
E
ext_guru
member
4 posts
Since Mar 2026
E
ext_guru
Just migrated a client project from traditional blade templates to Laravel 13 + Inertia + Vue 3. Works great locally but I'm getting some weird hydration mismatches in production on Hetzner.
Quick questions:
- Are you guys doing SSR or CSR only? SSR adds complexity but seems worth it for SEO
- Best practice for handling async data in Inertia props? Currently doing everything in the controller but it feels clunky
- Anyone using Ziggy for route generation? Seems solid but adds another dependency
Also, if you're running this stack, what's your deployment flow look like? Docker, traditional, Forge? Would love to hear what's working.
Edited at 26 Mar 2026, 22:35