Phpstorm go to laravel method description

usually in phpstorm, to go to the method declaration in windows you can ctrl + click on the method name and phpstorm will open the file that contains that method for you. But that doesn't work with the laraval facade template. is there a way to make this work?

+3


source to share


1 answer


You can try this package:

https://github.com/barryvdh/laravel-ide-helper



All information is in the github repository.

+3


source







All Articles