0

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!

1 Answers1

7

Ctrl + Shift + P -> Intelephense: Index workspace to fix it

Alauddin
  • 47
  • 1
  • 1
  • 8
Wahyu Kristianto
  • 8,719
  • 6
  • 43
  • 68