Welcome Guest, Not a member yet? Register   Sign In
Controller or its method is not found: \\App\\Controllers\\Home::index
#15

(This post was last modified: 03-07-2022, 08:54 PM by kenjis.)

Check your routes by running:
$ php spark routes

Quote:https://development.example.com/api/v1/user/add - from BROWSER it returns "404 - File Not Found Controller or its method is not found: \App\Controllers\Api\V1\User::add"

If it means, you navigated to https://development.example.com/api/v1/user/add from browser,
it sent GET request and you don't have the route. Therefore 404.
Reply


Messages In This Thread
RE: Controller or its method is not found: \\App\\Controllers\\Home::index - by kenjis - 03-07-2022, 08:51 PM



Theme © iAndrew 2016 - Forum software by © MyBB