PHPackages                             theoluirard/laravel-get-easy-query - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. theoluirard/laravel-get-easy-query

ActiveLibrary

theoluirard/laravel-get-easy-query
==================================

A Laravel package to easily get a query with parameters from a request.

07PHP

Since Apr 17Pushed 1y ago1 watchersCompare

[ Source](https://github.com/theoLuirard/laravel-get-easy-query)[ Packagist](https://packagist.org/packages/theoluirard/laravel-get-easy-query)[ RSS](/packages/theoluirard-laravel-get-easy-query/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Get Easy Query
==============

[](#get-easy-query)

This package provides a trait that allows to construct query based on a strctured array (from a request for example)

Features
--------

[](#features)

- Implement a methods to filters, select, sort and apply 'with' methods Eloquent query

Installation
------------

[](#installation)

To install the package, use the following command:

```
composer require theoLuirard/laravel-get-easy-query
```

Configuration
-------------

[](#configuration)

### Add the trait to your model

[](#add-the-trait-to-your-model)

Simply add the trait to your model definition

```
