Can anyone help me? I'm still a beginner in Laravel. So, this error appeared when I just did a git clone project. After that I opened the project with vsCode and immediately got lots of errors.
Error :
Undefined type 'Illuminate\Support\Facades\Route'. intelephense(1009)
Undefined function 'redirect'. intelephense(1010)
Undefined type 'Auth'. intelephense(1009)
Undefined function 'response'. intelephense(1010)
I am very grateful to those who can help me find how to fix this error. Thank You!