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
{{ message }}
This repository has been archived by the owner on Apr 27, 2020. It is now read-only.
I'm using thujohn/pdf-l4 with Laravel 4 and the show function doesn't work, showing the PDF in the browser without formatting. Can anyone tell me why this is happening?
The text was updated successfully, but these errors were encountered:
Running a chmod -R 777 vendor/thujohn/pdf/src/Thujohn/Pdf/dompdf/ seems to fix it for me!
Apparently dompdf needs write permissions to generate PDF on the fly..
Hi there,
I'm using thujohn/pdf-l4 with Laravel 4 and the show function doesn't work, showing the PDF in the browser without formatting. Can anyone tell me why this is happening?
The text was updated successfully, but these errors were encountered: