Server Rendering in PHP/Laravel
Posted: Fri Jan 10, 2020 3:45 am
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
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