Answers for "fopen(C:\xampp\htdocs\thehexgrail-demo\storage\fonts//montserrat_italic_5bb43d5c80d7f7ec0f6cdb7c97f339a8.ufm): failed to open stream: No such file or directory"

PHP
1

fopen(F:\xampp\htdocs\Escubydu\storage\fonts//themify_normal_f60486608aadd4e36c92c9895f99838f.ufm): failed to open stream: No such file or directory

public function pdf() 
{ 
    $pdf = \PDF::loadView('contact')->setOptions(['defaultFont' => 'sans-serif']); 
        
    return $pdf->download('invoice.pdf'); 
}
Posted by: Guest on January-09-2021

Code answers related to "fopen(C:\xampp\htdocs\thehexgrail-demo\storage\fonts//montserrat_italic_5bb43d5c80d7f7ec0f6cdb7c97f339a8.ufm): failed to open stream: No such file or directory"

Browse Popular Code Answers by Language