laravel auth attempt undefined method

Solutions on MaxInterview for laravel auth attempt undefined method by the best coders in the world

showing results for - "laravel auth attempt undefined method"
Vanessa
14 Sep 2017
1Error : laravel-auth-attempt-undefined-method
2
3Solution :
4
5Go to : C:\Users\your_username\.vscode\extensions\bmewburn.vscode-intelephense-client-1.7.1
6
7Then, open package.json and search for intelephense.diagnostics.undefinedTypes.
8After this, change in package.json :
9
10				"intelephense.diagnostics.undefinedTypes": false,
11				"intelephense.diagnostics.undefinedFunctions": false,
12				"intelephense.diagnostics.undefinedConstants": false,
13				"intelephense.diagnostics.undefinedClassConstants": false,
14				"intelephense.diagnostics.undefinedMethods": false,
15				"intelephense.diagnostics.undefinedProperties": false,
16				"intelephense.diagnostics.undefinedVariables": false,
17                
18In the end, press control + shift+p and search for intelephense then select 
19index worksapce
20