Laravel Target class [controller name] does not exist. An error is reported that the controller cannot be found. How to solve it.
Solved use App\Http\Controllers\TestController; // Just introduce the controller into the routing.
Solved use App\Http\Controllers\TestController; // Just introduce the controller into the routing.