preetender / laravel-finder
consulta informações via querystring.
0.1.2
2022-06-03 03:25 UTC
Requires (Dev)
- illuminate/container: ^9.0
- illuminate/database: ^9.0
- illuminate/http: ^9.0
- illuminate/routing: ^9.0
- illuminate/support: ^9.0
This package is auto-updated.
Last update: 2025-03-01 00:37:53 UTC
README
Classe simples para tratar de requisições GET para consultas elegantes no eloquent.
Termos configurados.
- select (x)
- orderBy (x)
- where (x)
- whereIn (x)
- whereNotIn (x)
- whereBetween (x)
- whereNotBetween (x)
- whereNull (x)
- whereNotNull (x)
- whereDate (x)
- whereDay (x)
- whereMonth (x)
- whereYear (x)
- whereTime (x)
- orWhere (x)
- orWhereBetween (x)
- orWhereNotBetween (x)
- orWhereIn (x)
- orWhereNotIn (x)
- orWhereNull (x)
- orWhereNotNull (x)
- having (x)
- groupBy (x)
- paginate (x)
- limit (x)
- offset (x)
- take (x)
- skip (x)
- scope (x)
- bind (x)
- with (x)
Raw expressions
- selectRaw (x)
- havingRaw (x)
- orHavingRaw ()
- orWhereRaw ()
- orderByRaw (x)
Veja como utilizar esse recurso em seu projeto, Wiki.