Is there a way to redirect to a page passing params? I have try this below, but not working:
$this->response->redirect('posts/index', $user );
This post is marked as solved. If you think the information contained on this thread must be part of the official documentation, please contribute submitting a pull request to its repository.
Is there a way to redirect to a page passing params? I have try this below, but not working:
$this->response->redirect('posts/index', $user );