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?

0

1 Answer 1

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:-)

Sign up to request clarification or add additional context in comments.

1 Comment

This "trick" don't work for me. The error still the same. I'm new to Laravel 8, too.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.