Я использую ларавель версии 5.8.
Я пытаюсь создать PDF-файл, он отлично работает на моем локальном компьютере, когда я запускаю его в производство, он возвращает сообщение об ошибке
Temporary files directory "/app/../temp//mpdf" is not writable
Вот мой код
$pdf = PDF::loadView('participants.test', array('participantdata' => $participantdata,'muscle' => $muscle,'visceral' => $visceral,'moderatemin' => $moderatemin,'vigourousmin' => $vigourousmin,'report_health' => $report_health,'report_heart' => $report_heart,'report_cholestrol' => $report_cholestrol,'report_renal' => $report_renal,'report_diabetes' => $report_diabetes,'report_hypertension' => $report_hypertension,'report_stroke' => $report_stroke,'report_cancer' => $report_cancer,'participant' => $participant,'screening_id' => $screening_id,'stations' => $stations,'height' => $height,'weight' => $weight,'bmi' => $bmi,'smokenow' => $smokenow,'smokepast' => $smokepast,'alcohol' => $alcohol,'fruit_intake' => $fruit_intake,'vegetable' => $vegetable,'waist' => $waist,'fat' => $fat,'diabetes' => $diabetes,'activitylevel' => $activitylevel) );
Может ли кто-нибудь помочь мне с этими
Спасибо,