I get this error after usual installation that works for me for years... Dont really know what have changed now.. Can any one help?
Asked
Active
Viewed 4,892 times
1 Answers
6
Very simple... The issue is from Http\Provider\RouteServiceProvider.php. To make it work exactly the way your installation have been working, include the namespace variable
public const HOME = '/home';
......
protected $namespace = 'App\Http\Controllers';
........
Happy coding:-)

Onwe Stephen
- 113
- 1
- 10
-
This "trick" don't work for me. The error still the same. I'm new to Laravel 8, too. – jrborba Jul 06 '21 at 11:26