0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

PhpStorm で名前空間が変に認識されているときの修正方法

Last updated at Posted at 2021-11-24

発生した現象

composer.json でマッピングした名前空間を、 PhpStorm が誤って認識している。

composer.json を変更したり、 composer install|update|dump-autoload を実行しても名前空間が更新されない。

解決方法

以下の方法で、手動で名前空間を変更できる。

Configure PHP namespaces in a project | PhpStorm

環境

  • PhpStorm 2021.1.4
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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?