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

HomiWong's avatar

What's the best practice or solution for webpage builder within a Laravel project

Hi, I am looking for a webpage builder solution for laravel project. Had been searching around but can not find a good one, any one could help?

Let's say it's a multi-tenancy app which offer landing pages hosting and enable custom page builder/html page builder for users.

What's the best way to do it?

0 likes
2 replies
fgneba's avatar

For inertiajs (Vue), I developed https://zioracms.com. Needed it for my client recently so decided to build something I can reuse. Early stages (just 1 release for now) but working on improving it. It stores page data as JSON.

Please or to participate in this conversation.