Put your page in public and create a route to it.
Nov 29, 2020
4
Level 1
Render external HTML in Blade template?
Hello all. I am looking at trying to pass external HTML from a URL into the front end of my web app.
What I'd like to do is take the URL, e.g. https://www.example.com/example.html and render that code directly within a card on the front end of my app, utilising my own CSS. I don't want to use an iframe.
The links I have to these external HTML files are located in a database which I currently call from a variable.
Any help or direction is appreciated!
Just to clarify, I'd like to parse the HTML from an external source and display it in the front end of my web application.
Please or to participate in this conversation.