Is it impossible to redirect back or to another route with POST method request? |
Have you try this?
PHP Code: return redirect()->back()->withInput()->with('errors', $this->validator->getErrors()); Can you show what your tried and what version of CI, 3 or 4? |
Messages In This Thread |
Is it impossible to redirect back or to another route with POST method request? - by mrardiyansyah - 10-31-2020, 03:23 AM
RE: Is it impossible to redirect back or to another route with POST method request? - by includebeer - 11-02-2020, 03:04 PM
RE: Is it impossible to redirect back or to another route with POST method request? - by mrardiyansyah - 11-03-2020, 09:04 AM
|