Hello
I have forum with post pagination. After create new one how I can redirect to it? Redirect back or sending page number by hidden input (or something like this) can do that but what about situation if new post will be on new page (before create pagination return 2 pages but after return 3) ?
I want redirect to paginated page with actual created post. Not to page with this one post but to page with list. Oh maybe this way: I want redirect to last paginated page. If Post::paginate(10) (after create new post) return 3 pages that I want redirect to 3th page.