Asked by: Ahmed Khan
In my project I use www.example.com/test?prevUrl=test/3/home
this is working fine in development when inside my controller I do $request->prevUrl
but doesn't work in production(returns null
). can someone help?
edit= "The query_string
is not being properly set i-e (?prevUrl=something
) and for that reason my paginator is also not working properly
No comments:
Post a Comment