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

TopDev's avatar
Level 1

Is there a CMS tool built in Laravel?

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?

0 likes
4 replies
Snapey's avatar

Statamic.

But these are not CMS. You have the wrong terminology there

martinbean's avatar

@topdev A CMS, and code generation, are two wildly different things.

Also, do you think when using something like Wix or Squarespace, and creating pages, that it’s creating controllers and models in the background…? Because no, it won’t be. That’s not how they work at all.

jlrdw's avatar

There is nothing wrong with writing the code at the keyboard. But sure copy and paste code snippets such as a table or form, etc.

Please or to participate in this conversation.