controller class does not exist laravel

Solutions on MaxInterview for controller class does not exist laravel by the best coders in the world

showing results for - "controller class does not exist laravel"
Michela
17 Apr 2020
1The $namespace property:
2
3Though there is a mention of a $namespace property to be set on your RouteServiceProvider in the Release notes and commented in your RouteServiceProvider this does not have any effect on your routes. It is currently only for adding a namespace prefix for generating URLs to actions. So you can set this variable, but it by itself won't add these namespace prefixes, you would still have to make sure you would be using this variable when adding the namespace to the route groups.