You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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();
}