#Show a view outside of Laravel
13 messages · Page 1 of 1 (latest)
Just save it as HTML?
I managed to do it with iframe, but I am open to other answers.
I can't save it as HTML as it running PHP scripts
Why are you trying to run Laravel code in a non-Laravel project?
Either use Laravel or don’t.
My laravel project is a dashboard where there is a map of all flights
My main website on the main domain is just a static website and I just want to show that map of all flights on it
Surely that’s something you’d use JavaScript for?
Get flight locations via an API. Render them on a map view using JavaScript.
Not something you’d render as Blade and then try and include in a completely different, non-Laravel project.
My knowledge is too limited for that...
Well you’re “solution” is far more complicated for what you need to do.