Laravel - Search Facility on site using Eloquent
问题 I'm a laravel newbie!!! And struggling to find out how to create a search and return the results. Here's all my code on gist https://gist.github.com/anonymous/8289692 I've put everything in the gist from the form to the route, the controller and the model! /* Route */ Route::get('/search/{q}', 'HomeController@search'); /* Form from web page */ <form class="navbar-form navbar-left" role="search" action="/search/" method="post"> <div class="input-group"> <input type="text" class="form-control"