It just my thought i just want to do like the same, I haven't try this because of i haven't any idea about this means how it will be done.
For Example:
I have - mysite.com/view?user_id=12 , I don't want to show url's parameters (?user_id=12) on url, On the place of this, I want to show like
mysite.com/view?_signature=encryptedparameter
(like : mysite.com/view?_signature=853ef7a0ff5aea6f24152b1d1ed4d771)
853ef7a0ff5aea6f24152b1d1ed4d771 will denotes user_id=12.
If i have multiple parameters it would be like the same and i will have a single encrypted string and i will get all parameters with that string.
Yes, but I am using in Laravel 5.1
Assume if I have "mysite.com/view?user_id=12"
And I want "mysite.com/view?_signature=encryptedparameter"
Please follow some steps
============================================== after that, in "bootstrap>App.php" use this:
instead of:
In any link use "data-href":
and after that any controller,Routing,middleware will be same...
<<Please check spelling, be sure use same>>