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