Posts by Bill Junior • 1 point
1 post
-
-3
votes3
answers2387
viewsA: User-friendly URL for GET (search) form in Laravel 4
Do you need these parameters to be passed by URL? Because I have search on my site, and use as follows my method: downloads/banner public function postBusca() { $word = Input::get('word'); $articles…