Download the PHP package craftcodery/laravel-searchable without Composer
On this page you can find all versions of the php package craftcodery/laravel-searchable. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download craftcodery/laravel-searchable
More information about craftcodery/laravel-searchable
Files in craftcodery/laravel-searchable
Download craftcodery/laravel-searchable
More information about craftcodery/laravel-searchable
Files in craftcodery/laravel-searchable
Vendor craftcodery
Package laravel-searchable
Short Description Searchable trait for Laravel Eloquent models
License MIT
Homepage https://github.com/craftcodery/laravel-searchable
Package laravel-searchable
Short Description Searchable trait for Laravel Eloquent models
License MIT
Homepage https://github.com/craftcodery/laravel-searchable
Please rate this library. Is it a good library?
Informations about the package laravel-searchable
Laravel Searchable
This package makes it easy to search your Laravel models.
Installation
You can install the package via composer:
Usage
Preparing your models
In order to search through models you'll have to use the Searchable
trait and add the toSearchableArray
method.
Searching models
To search your models, just use the search
method.
Configuring search matchers
You can configure the different search matchers and weights given to each used by the package.
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-searchable with dependencies
PHP Build Version
Package Version
The package craftcodery/laravel-searchable contains the following files
Loading the files please wait ....