php-html-parser icon indicating copy to clipboard operation
php-html-parser copied to clipboard

Error with PHP 8

Open john07-max opened this issue 4 years ago • 1 comments

Hello,

I use PHP8 with xampp on windows and i have installed library with composer!

this line give me an error on VScode "use PHPHtmlParser\Dom;" = unknow

john07-max avatar Jul 04 '21 09:07 john07-max

Have you downloaded the package via composer? If yes, have you included the "vendor/autoload.php" file?

It works fine for me on PHP 8.0

Zh4rsiest avatar Jul 05 '21 12:07 Zh4rsiest