Download the PHP package studiow/laravel-filtering without Composer
On this page you can find all versions of the php package studiow/laravel-filtering. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download studiow/laravel-filtering
More information about studiow/laravel-filtering
Files in studiow/laravel-filtering
Download studiow/laravel-filtering
More information about studiow/laravel-filtering
Files in studiow/laravel-filtering
Vendor studiow
Package laravel-filtering
Short Description Provides a unified filter interface for Collections, Database and Eloquent Queries
License
Package laravel-filtering
Short Description Provides a unified filter interface for Collections, Database and Eloquent Queries
License
Please rate this library. Is it a good library?
Informations about the package laravel-filtering
laravel-filter
Provides a unified filter interface for Collections, Database and Eloquent Queries
Installation
The (highly) recommended way to install this package is by using Composer
Creating
Use the Filter::make method to create a filter interface:
Usage
Simple filtering
Combining filters
use the andWhere and orWhere methods to combine various filters
Operators
The following operators are supported
- =, ==, ===
- !=, !=
- <>, <, >, <=, >=
- BETWEEN
- IN, NOT IN
- IS NULL, IS NOT NULL
- LIKE, NOT LIKE
A note on (NOT) LIKE
Use % as a wildcard:
Results
Results are returned as a collection from the items() method.
All versions of laravel-filtering with dependencies
PHP Build Version
Package Version
The package studiow/laravel-filtering contains the following files
Loading the files please wait ....