You see, I want my project, hosted on 000webhost, to be able to print PDF files.
This is the function of my controller:
public function imprimir(Juego $j){
$pdf = PDF::loadView('pdf.juego', compact('j'));
$salida=$pdf->outpu...
asked by
20.08.2018 / 12:46