Updating to Laravel 11 gives a lot of undefined classes/methods - everything still works as intended
Today I've tried upgrading to Laravel 11, but as the title suggests I am having some issues with classes and methods being "undefined". These methods are all imported and worked before upgrading to 11. I can work around it to some extend but it's really quite the eyesore. Is this a known problem?
I've tried reimporting every class on my includes for every file I open. Sometimes this worked but not for all classes. Anyone else with this problem? Thanks a lot in advance!
@Snapey dude, you're the man! I don't know what happened and I will read into it, but for now I'm not getting any undefined elements from intelliphense anymore. Thank you so much!
edit: I didn't know what you meant with the VS command but apparently VS can run commands under the 'Terminal' tab of your tool/navigation bar