LoginSignup
0
0

More than 3 years have passed since last update.

phpQuery class not found エラー

Posted at

前提として、
今回はphpQueryをcomposerでインストールした方法でなく
phpqueryファイルをインストールしたやり方で書いています。

結論

phpqueryのファイルを任意の場所に置き、(私はLaravelのcontroller階層)
このようにcontroller内に書いたところ、

require("phpQuery-onefile.php");

このエラー。

Class 'App\Http\Controllers\phpQuery' not found

私はcontroller内に書いていたのですが、

use phpQuery 

の記述を追加したら
無事エラーが消えました。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0