Server Rendering in PHP/Laravel

Stimulsoft Reports.PHP discussion
Post Reply
satyapriyaarya
Posts: 3
Joined: Fri Jan 10, 2020 2:35 am

Server Rendering in PHP/Laravel

Post 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
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Server Rendering in PHP/Laravel

Post 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.
Post Reply