Statamic.
But these are not CMS. You have the wrong terminology there
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
There are many CMS tools such as Wordpress. But Wordpress save all the page contents on database so that the page loading speed is very slow.
And there are template build websites such as shuffle.dev It's good to build a website template visually.
So I want to know if there is a Laravel project that can build customer pages like shuffle.dev or Wordpress and generate Model, Controller, View codes in Laravel automatically.
In general, whenever I build a website, I'm creating MVC codes for CRUD operations. For Model and Controller, it is very repeated work. And I'm copy & past code of template for View.
When I build applications in Visual Studio, I'm drag/drop components into form, update properties, like events, then Visual studio generates the codes automatically.
Similarly, if we have a tool like Visual Studio in Laravel, we can build websites more easily, quickly, and we can focus on only business logic.
Anybody knows whether there is a such tool already?
Please or to participate in this conversation.