Download the PHP package wpzag/laravel-query-builder without Composer
On this page you can find all versions of the php package wpzag/laravel-query-builder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download wpzag/laravel-query-builder
More information about wpzag/laravel-query-builder
Files in wpzag/laravel-query-builder
Download wpzag/laravel-query-builder
More information about wpzag/laravel-query-builder
Files in wpzag/laravel-query-builder
Vendor wpzag
Package laravel-query-builder
Short Description Build up Eloquent queries from the Query string parameters of the request .
License MIT
Homepage https://github.com/wpzag/laravel-query-builder
Package laravel-query-builder
Short Description Build up Eloquent queries from the Query string parameters of the request .
License MIT
Homepage https://github.com/wpzag/laravel-query-builder
Please rate this library. Is it a good library?
Informations about the package laravel-query-builder
Build up Eloquent queries from the Query string parameters of the reuqest .
This package allows you to filter, sort, append, paginate and load relations based on the request query parameters.
Installation
You can install the package via composer:
You can publish the config file with:
Usage
Add config for your model in query-builder.php
[ * ] means all the model's attribute except hidden .
[ *:except:column1,column2 ] You can also exclude some attributes by adding :except: then comma separated attributes .
[ age:exact ] If you prefixed the attribute with :extact it will use the ( = ) operator instead of ( LIKE ) operator in the query.
Usage
You can also add custom query to query-builder
Examples:
Filtering
Sorting
Appending
Loading relations
Pagination
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- osama mohamed
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-query-builder with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2
spatie/laravel-package-tools Version ^1.14.1
illuminate/contracts Version ^10.0
spatie/laravel-package-tools Version ^1.14.1
illuminate/contracts Version ^10.0
The package wpzag/laravel-query-builder contains the following files
Loading the files please wait ....