Usually in PHPStorm to go to method declaration in Windows you can [ctrl+click] on the method name and PHPStorm will open the file that the method is in. However, that's not working with the Laravel facade pattern.
Is there a way to make this work?
Usually in PHPStorm to go to method declaration in Windows you can [ctrl+click] on the method name and PHPStorm will open the file that the method is in. However, that's not working with the Laravel facade pattern.
Is there a way to make this work?
You can try this package:
https://github.com/barryvdh/laravel-ide-helper
All the info is in the github repo.