laravel - Questionmark in url -
i'm trying utilize http://api.jqueryui.com/autocomplete/#option-source laravel , need send request url ends "?term=foo". i've tried escape "?" backslash, doesn't work. clarify, want:
route::get('search\?term=(:any)', function() { //do }
is possible have questionmarks in url laravel?
having question mark in url should create no difference. you're using php framework, , speaking, ...?term=parameters
should not problematic. knowledge, there should no need escape such question mark... handled appropriately default.
laravel
No comments:
Post a Comment