Download the PHP package jhacobs/laravel-searchable without Composer
On this page you can find all versions of the php package jhacobs/laravel-searchable. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jhacobs/laravel-searchable
More information about jhacobs/laravel-searchable
Files in jhacobs/laravel-searchable
Download jhacobs/laravel-searchable
More information about jhacobs/laravel-searchable
Files in jhacobs/laravel-searchable
Vendor jhacobs
Package laravel-searchable
Short Description Search through models
License MIT
Package laravel-searchable
Short Description Search through models
License MIT
Keywords laravellaravel-searchable
Please rate this library. Is it a good library?
Informations about the package laravel-searchable
Laravel searchable
Search through models with laravel searchable
Installation
You can install the package via composer
Usage/Examples
Prepare your models
Add the Searchable
trait to the model you want to search through.
Then add the fields you want to be searchable to the $searchables
property.
Searching models
You can search through your models by using the search scope.
Running Tests
To run tests, run the following command
License
All versions of laravel-searchable with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4|^8.0
illuminate/support Version ^7.0|^8.0
illuminate/database Version ^7.0|^8.0
illuminate/support Version ^7.0|^8.0
illuminate/database Version ^7.0|^8.0
The package jhacobs/laravel-searchable contains the following files
Loading the files please wait ....