mikehaertl / phpwkhtmltopdf

A slim PHP wrapper around wkhtmltopdf with an easy to use and clean OOP interface
MIT License
1.6k stars 238 forks source link

I don't found the class File #363

Closed jhody closed 4 years ago

jhody commented 4 years ago

hello, i need help you. I have the next issue: use mikehaertl\tmp\File;
The class file not found, can I help me please?

mikehaertl commented 4 years ago

This is probably issue with composer and autoloading. You somehow must have messed up your vendor directory or something. I can not help you with that. Maybe delete vendor/ completely and reinstall all packages.

I'm closing this as this is not a bug in our library but rather a usage problem with composer.