Download the PHP package rondigital/query-filter without Composer
On this page you can find all versions of the php package rondigital/query-filter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rondigital/query-filter
More information about rondigital/query-filter
Files in rondigital/query-filter
Download rondigital/query-filter
More information about rondigital/query-filter
Files in rondigital/query-filter
Vendor rondigital
Package query-filter
Short Description Filter and search in Laravel Model.
License MIT
Package query-filter
Short Description Filter and search in Laravel Model.
License MIT
Please rate this library. Is it a good library?
Informations about the package query-filter
Query Filter and Search
Filter and search in Laravel Model.
The QueryFilter is a trait used for filter, multiple filter and search in Laravel Model. You can install it using the composer command mentioned above. To use it in your class, add the following line with the "use" keyword:
Parameters:
- startingDate : must be Y-M-D H:i:s
- endingDate : must be Y-M-D H:i:s
- filteredBy : must be;
- today
- last-24
- last-7-day
- last-30-day
- last-60-day
- last-90-day
- last-year
- this-month
- last-month
- this-week
- last-week
- search : must be search value
- searchColumn : must be column name
- orderBy : must be column name
- orderType : must be asc/desc
Inside your function, you can use it as follows:
ex:
Response / 200 OK
All versions of query-filter with dependencies
PHP Build Version
Package Version
Requires
illuminate/http Version
*
The package rondigital/query-filter contains the following files
Loading the files please wait ....