Eloquent Custom Scope
WhereLike Scope
This package has a custom whereLike
scope binded to Builder
. This method in Laravel's query builder would be beneficial for many developers, as it simplifies the process of performing case-insensitive searches and supports searching through related models.
Whenever you use whereLike
make sure you have full text search to the columns that you are going to search with.
Usage Example
Last updated
Was this helpful?