Welcome Guest, Not a member yet? Register   Sign In
404 when accessing a function in a controller
#4

Add a (general) post route in routes.php:
Code:
$routes->get('/SignupController', 'SignupController::index');
$routes->post('/SigupController/(:any)', 'SignupController::$1');
Reply


Messages In This Thread
RE: 404 when accessing a function in a controller - by JustJohnQ - 09-11-2022, 11:20 AM



Theme © iAndrew 2016 - Forum software by © MyBB