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
when I load the pdf URL. I was getting errors like
Dompdf\Options::validateArtifactPath(): Argument # 1 ($path) must be of type string, null given, called in /home/krf/Documents/Projects/student-management/vendor/dompdf/dompdf/src/Options.php on line 1075
Laravel version: "^11.0"
PHP version: "8.2"
is there any solution for this?
The text was updated successfully, but these errors were encountered:
Hi,
I am using the basic code you mentioned on the doc to generate a pdf. code mentioned below,
when I load the pdf URL. I was getting errors like
Dompdf\Options::validateArtifactPath(): Argument # 1 ($path) must be of type string, null given, called in /home/krf/Documents/Projects/student-management/vendor/dompdf/dompdf/src/Options.php on line 1075
Laravel version: "^11.0"
PHP version: "8.2"
is there any solution for this?
The text was updated successfully, but these errors were encountered: