I integrated Koolreport with my laravel Project to generate reports against user's logs , actually I have millions of records which saved in mongo database , I am able to generate the reports by calling the route, but this way is not ok as it taking long time , so I decided to generate the reports in background , but it seems not working as expected , the graphs not showing in the pdf file as I am using cloud export package . and I need to schedule the report generating so I need to use background laravel job
can u please help me