Laravel - Rich Text Editor (Grid Support like wordpress editor) Hi there,
Is there any solution for rich text editors, that supports bootstrap grid system to generate a page from scratch.
I mean; you should create new sections and grid to its text. Can upload images or files etc.
Is there any text editor that supports all these features?
I want to "Page creator" in my CMS, so user can create a new page and design it however he wants, not only putting text.
Hey 👋
Have you tried using a page builder instead of a WYSIWYG editor?
Something like GrapeJS, LaraBuild or PHPageBuilder seems more appropriate...
Like @vable already mentioned, GrapesJS is a good option, I also used it for a Laravel project I'm currently working on.
PHPageBuilder also uses GrapeJs and this Laravel pakcage uses PHPageBuilder
https://github.com/HansSchouten/Laravel-Pagebuilder
For my project I didn't use PHPageBuilder or the Laravel package so can't give my opinion on that but it could speed up the integration. I implemented GrapeJs npm package in my project but it took some time to connect it with the back end.
Please sign in or create an account to participate in this conversation.