Closed
Description
I am trying to make the report to work but for some reason I can't get it done,
- I install Jasperstarter and set up the environment variable.
- I'm using the example of hello_world.jrxml
- I'm using laravel 5.3 project.
my code:
use JasperPHP\JasperPHP;
public function partida_provisiones_get_data(Request $request)
{
$input = __DIR__ . '/vendor/geekcom/phpjasper/examples/hello_world.jrxml';
$jasper = new JasperPHP;
$jasper = \JasperPHP::compile($input)->execute();
}
But for some reason I'm getting this error:
Can you tell me if there is any missing step.
Metadata
Metadata
Assignees
Labels
No labels