2
1

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 5 years have passed since last update.

ファイルパスと名前空間をPhpStormでとる方法

Posted at

ファイルパス

拡張子つきでとれる

app/Http/Controllers/User/UserController.php

方法

ファイルのタブを右クリックして Copy Relative Path。

Screen Shot 2018-03-20 at 11.58.08.png

名前空間パス

:: でメソド名付きをとることも可能

\App\Http\Controllers\UserController

方法

クラス名を右クリックして Copy Reference。
メソド名で同じことをすれば :: でメソド名付きのものがとれる。

Screen Shot 2018-03-20 at 11.59.37.png

2
1
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
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?