Download the PHP package astritzeqiri/laravel-searchable without Composer
On this page you can find all versions of the php package astritzeqiri/laravel-searchable. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download astritzeqiri/laravel-searchable
More information about astritzeqiri/laravel-searchable
Files in astritzeqiri/laravel-searchable
Download astritzeqiri/laravel-searchable
More information about astritzeqiri/laravel-searchable
Files in astritzeqiri/laravel-searchable
Vendor astritzeqiri
Package laravel-searchable
Short Description A php trait for searching on laravel eloquent models
License MIT
Homepage https://github.com/astritzeqiri/laravel-searchable
Package laravel-searchable
Short Description A php trait for searching on laravel eloquent models
License MIT
Homepage https://github.com/astritzeqiri/laravel-searchable
Please rate this library. Is it a good library?
Informations about the package laravel-searchable
Laravel Searchable
A php trait for searching on laravel eloquent models
Requirements
- PHP >= 5.4
- Laravel >= 5.0
Installation
Add laravel-searchable to your composer.json file:
Get composer to install the package:
Usage
Examples
First you need to go to your model and use the Searchable:
Basic search:
The array of search fields can also be set on the Model itself E.x. User.php:
Sometimes you may want to search on some other fields that are not on the user model but in some other table related to the user:
License
All versions of laravel-searchable with dependencies
PHP Build Version
Package Version
The package astritzeqiri/laravel-searchable contains the following files
Loading the files please wait ....