spatie / server-side-rendering

Server side rendering JavaScript in a PHP application
https://sebastiandedeyne.com/posts/2018/server-side-rendering-javascript-from-php
MIT License
602 stars 34 forks source link

Not working in laravel5.6 #57

Closed roshanlal-promenna closed 1 year ago

roshanlal-promenna commented 1 year ago

I followed your all instructions and its giving me error Uncaught SyntaxError: Unexpected token '<' (at app-client.js:1:1) .If I comment all of the code its still giving me error. Another query is how should look like my app.blade.php file ? Where to put main id like app id ?