why fullUrlWithQuery adding field token to the url ? ? Laravel - development

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



from Laravel Questions and Answers https://laravelquestions.com/php/why-fullurlwithquery-adding-field-token-to-the-url-laravel/
via Lzo Media

Comments

Popular posts from this blog

ng-show doesn’t work correct with value boolean

Using PHP and MySQL data to generate PDF letters like in MS Word mailmerge functionality - development

ng-include of inline SVG does not display gradient except in Chrome