jeudi 12 avril 2018

why fullUrlWithQuery adding field token to the url ? ? Laravel

I am trying to get full url with query in my blade but the fullUrlWithQuery adding field token at the end . Why this is happening and how can i stop it to add token to the url ?

My link generator is like this

 <li><a href="">Low-High</a></li>

The url it is generating is

http://localhost:8000/c/fish?_token=exKaUn3U0yyIsblo7IB9ZXWFq4SqThHHXp9L6oot&price=low-high

Where as i was expecting it to generate

http://localhost:8000/c/fish?price=low-high

How can i prevent it from adding the token ? Any idea guyz



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire