3

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?

1

1 Answer 1

3

You can try this package:

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

All the info is in the github repo.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.