Prido's avatar
Level 2

Laravel and grapesjs

Is it possible to implement grapesjs into laravel such that i build with grapesJs an ecommerce store that populates products straight from the db. I am able to create basic html sites and save them and render them on the website but i want to be able to do like wordpress does, i select a container in grapesjs, select which category of products to show, select limit etc then on my website it shows just like that. ... If any one can point a git example or advise thank you

0 likes
2 replies
Snapey's avatar

grapejs is an html page builder. Not sure how it can help you create an ecommerce site?

I'd suggest wordpress and woocommerce unless you particularly want to learn how to build a site using laravel. If that's the case, then start with the Laravel from scratch series, and consider that building an ecommerce site is probably 6 months down the road at least.

Prido's avatar
Level 2

@Snapey i want to make my saas and utilise grapesjs by adding components to it and let laravel handle the CMS part. Grapesjs can export html, css and json dom. Wen i save a component for example a posts card i then need to get it in laravel and render it on the website and populated with user posts from db

Please or to participate in this conversation.