Laravel – How do I get Eloquent autocompletion in Visual Studio Code?
I am unable to get autocompletions for the methods for Eloquent models in Visual Studio Code. Using DB instead of the model does show the methods. I have the Post model imported, and I tried installing the IDE helper from…