1

I get this error after usual installation that works for me for years... Dont really know what have changed now.. Can any one help?

Onwe Stephen
  • 113
  • 1
  • 10

1 Answers1

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