1

I updated PHP to version 8.0 in windows server 2019 with web platform. But:

  1. I can't install COMPOSER because it gives me several missing library problems ...
  2. I can't update the mpdf library if I don't have COMPOSER.

How can I install mpdf without using composer?

yivi
  • 42,438
  • 18
  • 116
  • 138
claudio_74
  • 11
  • 1
  • 4
  • Does this answer your question? [How do I install Composer PHP packages without Composer?](https://stackoverflow.com/questions/40545795/how-do-i-install-composer-php-packages-without-composer) – Nico Haase Jul 01 '21 at 05:33
  • Also, why not fix those problems from point 1? Installing packages using Composer is way easier than doing it without Composer – Nico Haase Jul 01 '21 at 05:33
  • There is a whole documentation page dedicated to this topic https://mpdf.github.io/installation-setup/using-without-composer.html – Finwe Jul 02 '21 at 05:44
  • Does this answer your question? [How do I install mpdf 7 without composer?](https://stackoverflow.com/questions/50280869/how-do-i-install-mpdf-7-without-composer) – Finwe Jul 02 '21 at 05:45
  • Hi everyone, I solved! I installed mpdf with Composer on my local pc and then I copied ALL the folders that composer had created on the server where I have my applications and the library works. Thank you all very much1 – claudio_74 Jul 02 '21 at 13:42

0 Answers0