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?
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?