-
-
Notifications
You must be signed in to change notification settings - Fork 984
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Laravel Unable to create directory: /tmp #1012
Comments
@ericvanjohnson @jdavidbakr @zaherg @luke83 , Wanted to follow up on this matter. thanks. |
@jdavidbakr @zaherg @luke83 @ericvanjohnson , wanted to follo up on this |
I'm unclear why you tagged me? Looks like it may be a filesystem issue, does the /tmp directory exist in your environment and is it writable by the web service? |
I appologize if wrongly tagged but yeah it is writable by the web service . I am using ubunto for production. here is the details of the tmp folder : |
The same here. Overriding the |
This is what does the job in my case |
` $pdf = PDF::loadView('education::classes.reports.pdf.student.memorization', $data)->setPaper('a4');
The text was updated successfully, but these errors were encountered: