Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

barryvdh/laravel-dompdf:- fopen failed to open stream: No such file or directory in laravel 5.7

When I want to download invoice.pdf got error:-

fopen(project_path\storage\fonts/\071ddd89a9cb147bf5639344caee3fe8.ufm): failed to open stream: No such file or directory

enter image description here

After creating fonts folder under storage also got an error:

"execution times up" maximum execution time is 30 sec.

enter image description here

What should I do now?

like image 642
Mushfiqur Rahman Avatar asked Dec 01 '22 09:12

Mushfiqur Rahman


1 Answers

fix it by creating a fonts folder in storage directory

like image 154
Kenny Saènz Avatar answered Dec 03 '22 22:12

Kenny Saènz