Hello I am using laravel+koolreport. I have nginx proxy server running with a docker. The laravel project is running in another docker container. While trying connect to the report from nginx to larvel api routes it is conneced. However, the KoolReport.js and other css are missing from there.
MyReport.php is
protected function settings()
{
return array(
"assets" => [
"path"=>"../../public/koolreport_assets",
"url"=>"/koolreport_assets"
]
);
}
Please help me. it's very urgent. Thanks