Download the PHP package firevel/filterable without Composer
On this page you can find all versions of the php package firevel/filterable. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package filterable
Laravel Filterable
A simple trait for Laravel Eloquent models that allows you to easily filter your queries.
Installation
Setup
- Add the
Filterable
trait to your Eloquent model. - Define the
$filterable
property on your model to specify which attributes can be filtered and their types.
Allowed Filter Types
integer
date
datetime
id
string
relationship
boolean
json
array
Usage
Use the filter()
scope on your Eloquent query to apply filters.
All versions of filterable with dependencies
PHP Build Version
Package Version
No informations.
The package firevel/filterable contains the following files
Loading the files please wait ....