Logusid said:
ReflectionException in Container.php line 681:
Class App\Http\Controllers\App\Http\Controllers\SearchController does not exist
Can you show the source code of the class SearchController ?
You have an error in the code where you are using the SearchController.
Show Your Code >Logusid said:
ReflectionException in Container.php line 681:
Class App\Http\Controllers\App\Http\Controllers\SearchController does not exist
I think this is namespace error check your namespace carefully!!
Looks like your pointing to the full namespace in your routing file, remove the \App\Http\Controllers\
as this automatically resolves this for you.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community