Level 8
nevermind I switched to get for search since it's better then post, read this answer why: http://stackoverflow.com/questions/30515594/pagination-doesnt-work-with-post-action-laravel-5
I have a form that is using post, when I submit it I get results and pagination back. However when I clicked on pagination links I get:
MethodNotAllowedHttpException in RouteCollection.php line 218:
in RouteCollection.php line 218
at RouteCollection->methodNotAllowed(array('POST')) in RouteCollection.php line 205
So its not possible to have pagination when using post method for the form? I am implementing a search functionallity so I use post on the form.
nevermind I switched to get for search since it's better then post, read this answer why: http://stackoverflow.com/questions/30515594/pagination-doesnt-work-with-post-action-laravel-5
Please or to participate in this conversation.