ErrorException (E_DEPRECATED)
Non-static method Illuminate\Routing\Route::middleware() should not be called statically
An unhandled exception occurred on line 19
17 |
|
---|---|
18 |
|
19 |
|
20 |
|
21 |
|
Solution
The Route class being used here is the wrong class. it should be "use Illuminate\Support|\Facades\Route;"
Apr 07, 2021
•
Anyone
Install the browser extension
Found this solution helpful? Try our extension for quick solutions to your Laravel errors.
Add to Chrome - It's free
0 replies