laravel domPdf works on localhost but not on server
I’m using DomPDF to generate pdf on my laravel app, and it works fine on the localhost, but when i upload it to my server it shows:
In laravel Dompdf not displaying other language
I’m trying to display Japanese font using dompdf in laravel. I’m not using any laravel package. Using directly DomPDF
Class “Barryvdh\DomPDF\Facade” not found”
on localhost this package works fine but when I deploy it on live server and I tried to generate pdf I got this error