jae-jae / QueryList

:spider: The progressive PHP crawler framework! 优雅的渐进式PHP采集框架。
https://querylist.cc
2.65k stars 441 forks source link

Fatal error: Uncaught Error: Class 'QueryList' not found #51

Closed navotera closed 5 years ago

navotera commented 5 years ago

already include composer autoload.php but still get that message. any suggestion ?

jae-jae commented 5 years ago

Is it used like this?

<?php
require 'vendor/autoload.php';

use QL\QueryList;

// ...
navotera commented 5 years ago

yes... already doing it... closing this issues since i am not longer use this library. thanks