Simple pagination next / previous URL's with existing query string.
I am trying to use simple pagination as well as sending a GET request with a query string. This works fine and results are being returned normally however, the next and previous URL's are generated without the GET query.
For example, my GET request may look something like this:
@bestmomo & @thomaskim the problem with that is, I am not using blade templating. I am actually building this as an API and the front end will be done in a JS framework.
Surely there is some way I can apply the same logic in the controller though. Thanks for the suggestion