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

blablabla1234678's avatar

Is there a visual page builder like Elementor for Laravel?

I am not a bootstrap or tailwind expert and a visual page builder would spare me a lot of work and learning. Is there such a builder for Laravel? If not, then is there something that can create the HTML templates I could use in Laravel? I used Elementor Pro and I liked how it works, so I am looking for something close to it. I would use Wordpress, but I like coding the backend and Wordpress plugin development is not as enjoyeable as Laravel development, since the extension API is badly designed.

0 likes
7 replies
vincent15000's avatar

I don't know any equivalent to Elementor for Laravel.

With your code editor, you probably have plugins to help you build automatically some templates.

1 like
tykus's avatar

There is a package Laravel PageBuilder based on GrapesJS, but I don't know if it is widely used or well supported.

1 like
blablabla1234678's avatar

@tykus Thanks! I have already tried out GrapesJS, but as far as I understand there is no animation support in it while Elementor Pro supports a lot of animations. So I don't think they are comparable from this perspective.

Tray2's avatar

This sentence will come and bite you in the ass.

I am not a bootstrap or tailwind expert and a visual page builder would spare me a lot of work and learning.

If you want to become a web developer, these are skills you need to learn, and it is well invested time. It will help you in the long run to know these tools, and using a wysiwyg tool to build pages will not only give you shitty code, it will be a nightmare to maintain along the line, if you don't know how it works.

1 like
blablabla1234678's avatar

@Tray2 Thanks! I guess I have to think about the whys first. My main problem with Wordpress than I don't think it is safe enough. With Laravel I can easily customize the page from this perspective, I can add a custom firewall, throttle to the login, custom login route, etc. On the other hand Elementor Pro makes it a lot easier to develop the site. I guess in this case the simplest solution is buying Wordfence Pro instead of trying to recreate the site somehow in Laravel. The other solution is learning bootstrap or tailwind and some jquery animations and recreating the site with it.

Please or to participate in this conversation.