I solved this issue. The new controller that I made in Laravel 5 had a few differences than the one I ported from Laravel 4. These 4 lines were different.
I removed namespace App\Http\Controllers; and use App\Http\Controllers\Controller; Now it can see the controller.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community