0

How can I add a hashtag (#) to a URL in Laravel? I want something like this:

domain.com/stack/#/x/y

How can I use it in Laravel 4 routes?

Benjamin W.
  • 46,058
  • 19
  • 106
  • 116
  • See the answer [here](http://stackoverflow.com/questions/2317508/get-fragment-value-after-hash-from-a-url-in-php). The browser does not send the hash portion of the URL (anything that comes after the first # character) to the server so it is not possible to create a route on the server side that includes one. – Gondrup Feb 22 '17 at 21:38
  • 3
    Possible duplicate of [Get fragment (value after hash '#') from a URL in php](http://stackoverflow.com/questions/2317508/get-fragment-value-after-hash-from-a-url-in-php) – Mauricio Pasquier Juan Feb 23 '17 at 03:21

0 Answers0