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.
@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.
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.
@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.