Issue in displaying web page in laravel - laravel

I am facing one issue.Instead of displaying web page in laravel It is displaying like image in text which is attached by me.

Related

How to save and edit 4/5 images by ckeditor in Laravel 8 correctly

I am saving some images which created & upload by CKEditor in my Laravel application and it getting saved properly. But when I want to edit the content, sometimes I am getting the content from DB and load it into CKEditor.
But Most of the cases, the page loading & loading ..... And The content not loads. Sometimes loads properly, but see the string as the attached image below.
What Can I do for this problem.??

Render CKEditor Data in Vue JS

I need to render my CKEditor Data on my web page but it's not happening as I am using vuejs, which does not refresh the page it just replaces the components.
My CKEditor data also contain MathML Formulas.
Need to load it dynamically from the rest API.
Example of data that is stored as the output of CKEditor
<p><math xmlns="http://www.w3.org/1998/Math/MathML"><msup><mrow><mo>(</mo><mi>a</mi><mo>+</mo><mi>b</mi><mo>)</mo></mrow><mn>2</mn></msup><mo>=</mo><msup><mi>a</mi><mrow><mn>2</mn></mrow></msup><mo>+</mo><mn>2</mn><mi>a</mi><mi>b</mi><mo>+</mo><msup><mi>b</mi><mn>2</mn></msup></math></p>
rendering MathML can be done using the CDN
https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML
but this thing works on page refresh and because VueJS is SPA it does not work there.
I want to render the formula in my , not in the CKEditor.
I have got the formula mentioned as an output of CKEditor but now want to display it on a normal webpage of vuejs

Generate PDF from HTML page made with Bootstrap and ChartJS in Laravel

My web app is running under Laravel 6.
In this app, I have a html page that is accessible through an URL but I also want to download this exact same page. The page is made with Bootstrap 4 and has charts using ChartJS lib.
When I try to download as PDF (thanks to Dompdf for Laravel) the exact same page, I get the following error message :
No block-level parent found. Not good.
added in the config/dompdf.php
"enable_html5_parser" => true,
I ended up using WKHTMLTOPDF and generating images corresponding to the charts before (browser side). Fastest solution for me :)

How to make web page load when scrolling in laravel project

I am doing a laravel project. i want to make web page content load when scrolling. i tried with several types. but not suceed.

How to page refresh after page redirect in Jquerymobile MVC

Hi all i have create a small jquerymoblie mvc3 aplication in that i have a list-view controle when click on the link in the list-view it render to the next page, in that page i have upload some data into database using text-boxes.After updated completed i have redirect to the previous page,Now i again redirect to same page for upload some other data but the text boxes fields are not clear it shows old data how can i clear that data when i page redirect.
I am using jquerymobile mvc3(Razor) application please help me how can i solve this probles..
If you go back to the "list page" with:
$.mobile.changePage("/control/list/", { reloadPage: true });
It should reload the page from scratch with AJAX.
There are also several more options for the changePage method which you can find in the docs: http://jquerymobile.com/test/docs/api/methods.html

Resources