Answer the question
In order to leave comments, you need to log in
Laravel 5.3 search without Scout?
There, as I understand it, it is paid because it is based on the Algolia cloud service, please tell me how to do a search here without it?
For example, here is a search form:
<form action="/product/search" method="post">
{{ csrf_field() }}
<input type="text" name="search_inp" >
<input type="submit">
</form>
Route::post( 'products/search', '[email protected]' );
public function search(Request $request){
return $reques->search_inp;
}
Answer the question
In order to leave comments, you need to log in
https://github.com/jarektkaczyk/eloquence
For small projects use Eloquence Searchable, you don't need a scout.
Algolia is one of the drivers. First, read about search engines like elasticsearch. And then you will understand everything.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question