It detecting error,.. but it works for my laravel project, can you fix this?
It shows error/red or curly red underline of the word Route / Route Class at web.php or api.php of laravel route files,..
please fix this,.
thanks
error Showed:
Undefined type 'Route'.intelephense(1009)

Definitions of global namespaced Laravel facades must be added to the workspace. One way to do this is use https://github.com/barryvdh/laravel-ide-helper . Or you can disable undefined type diagnostics with intelephense.diagnostics.undefinedTypes.
Most helpful comment
Definitions of global namespaced Laravel facades must be added to the workspace. One way to do this is use https://github.com/barryvdh/laravel-ide-helper . Or you can disable undefined type diagnostics with
intelephense.diagnostics.undefinedTypes.