Php – CodeIgniter4 namespace repeating itself: Controller or its method is not found: \App\Controllers\App\Controllers\TypeBloodController::index
I am unable to create a Restful API using the CodeIgniter 4 framework. I am using $routes->resource() to define the methods. However, I am unable to get http://localhost:8080/type-blood and other addresses to return what I want. I correctly configured the…