Page 1 of 1

Server Rendering in PHP/Laravel

Posted: Fri Jan 10, 2020 3:45 am
by satyapriyaarya
As shown in example https://github.com/stimulsoft/Samples-A ... MVC-CSharp we don't need client at all to generate report. I am looking similar feature using PHP/Laravel, so that I can generate report on server side, export into PDF and send as attachment into an email (without showing or render at client side). Examples showing at https://github.com/stimulsoft/Samples-JS-PHP using client side to display report.

My mrt file stored on server and getting data using rest-full API. I have mrt and data with me. The only missing part is merge mrt with data and then download/save onto server so that I can send that into email

Any help highly appreciated.

Thanks

Re: Server Rendering in PHP/Laravel

Posted: Mon Jan 13, 2020 6:54 pm
by HighAley
Hello.

The JS report engine is used to render reports in the Reports.PHP product.
You could run this engine on the server side in node.js.

Thank you.