1
I’m not very familiar with Composer and need to use the library phpwkhtmltopdf
.
I use Windows 8.1. I did the installation by normal setup, and it seems that it is working normally:
I did the installation using the command
composer require mikehaertl/phpwkhtmltopdf
And in the code of my website, I called the library:
use mikehaertl\wkhtmlto\Pdf;
But there’s always a mistake:
Fatal error: Class 'mikehaertl\wkhtmlto\Pdf' not found in...
I think I need to call the Composer somehow in the code. But according to the library documentation and the Composer installation manual, this should work. What’s missing?