I have a route which returns a view along with passing data to it. that view has included some js files and works on jquery. Also that JS uses ajax for its tasks. How can i run that route and let it do all its work in a job ( server side ) using spatie/laravel-server-side-rendering.
because this issue seems to be inactive for quite some time now, I've automatically closed it. If you feel this issue deserves some attention from my human colleagues feel free to reopen it.
I have a route which returns a view along with passing data to it. that view has included some js files and works on jquery. Also that JS uses ajax for its tasks. How can i run that route and let it do all its work in a job ( server side ) using spatie/laravel-server-side-rendering.