No such File or Directory by using laravel-dompdf Package
The laravel-dompdf package problem is when I click the pdf button it shows me error for fonts folder related. so I am creating a storage folder in our project root directory. you need the symbolic link, you may use the storage:link Artisan command :
php artisan storage:link
Create a fonts directory in the storage directory.
Ex: storage/app/fonts. Or storage/fonts.
Also, remember to make it writable.
This is not laravel related issue but it’s about PHP configuration issue. http://php.net/manual/en/info.configuration.php#ini.max-execution-time