HansSchouten / Laravel-Pagebuilder

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

ON clicking view #102

Closed abdullahniazi96 closed 3 years ago

abdullahniazi96 commented 3 years ago

Blank white page appears. Kindly need guidance on this

HansSchouten commented 3 years ago

Can you be more specific, clicking where? What are the URLs that you are trying to request and what are the routes you have stored in database.

abdullahniazi96 commented 3 years ago

Sorry for not mentioning properly and for bothering you again and again as I am quiet new to this.

Screenshot (15) Screenshot (18) when I click on these view buttons.

Instead of giving the preview of my designed page it gives blank white page. Like this Screenshot (16)

HansSchouten commented 3 years ago

The URL you store should be /ozonedhome and not the full URL.

abdullahniazi96 commented 3 years ago

Done! Thanks man much obliged. Can yo please also suggest me a package to export designed page screen to a PDF.

HansSchouten commented 3 years ago

You're welcome. Have a look at html2canvas, to create an image of a webpage which you could then convert to PDF. Or maybe mPDF will help. It will however be difficult to get all styling correctly applied, but these options should give an initial solution.

abdullahniazi96 commented 3 years ago

OK thanks man.