Hi, I am working on laravel food online delivery system and i need to add the city and location auto complete search boxes, Like if i type banglore in the city box and when i try to type something in location box it should display the list of the areas which in the banglore city. For this functionality is there any package available for laravel . or is there any code for this..?
Something like this is pretty easy to setup: http://twitter.github.io/typeahead.js/ Just create a route which returns the results in JSON
Thank you for reply, I will try with that..
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community