HansSchouten / Laravel-Pagebuilder

A drag and drop pagebuilder to manage pages in any Laravel project
https://www.phpagebuilder.com
MIT License
783 stars 182 forks source link

page builder design #105

Closed kurt1027 closed 3 years ago

kurt1027 commented 3 years ago

Hi sir @HansSchouten I followed everystep on integrating the pagebuilder in an existing projectbut after setting it up I'd be able to launch the page builder but the UI is kinda disoriented and upon checking console logs I've seen some grapejs plugin errors Page Builder: image

Console Log: image

your response means a lot thank you in advance :)

HansSchouten commented 3 years ago

It might go wrong when using a port number in the URL. Please check your .env file to see whether the APP_URL is correct.

kurt1027 commented 3 years ago

Hi sir @HansSchouten I finally get the chance to display the page builder loader(which is a good sign I'm not getting that last time) after fixing the base url but It just keep on loading I have seen you have addressed this issue but in my case I already have a data on the page translation image

any thoughts about this one? I think I'm one step away haha

UPDATE: already solved it forgot to insert a data on the master column in page table thank you for this amazing project :D