laravel-json-query-builder
laravel-json-query-builder copied to clipboard
Building Eloquent queries from JSON
Option to handle request parameters as raw arguments. For example: api/search/{model} { "search": { "remote_relations.remote_model_type": "=contact", "remote_relations.remote_model_id": "=...." }, "group_by": ["year", "month"], "order_by": ["year", "month"], "returns": ["DATE_PART('Year', created_at) AS year",...
# Aggregation and Sql Functions Support Now you can use aggregations and some SQL functions like `sum`, `avg`, `month` or `year` in this way `ave:year:column_name`, you can also count on...
Hi! Please tell me how I can create the following expression ``` select * from `users` where `channel_id` = 81 and (not exists (select * from `user_variables` where `users`.`id` =...
Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 2.2.1 to 2.5.0. Release notes Sourced from guzzlehttp/psr7's releases. 2.5.0 See change log for changes. 2.4.5 See change log for changes. 2.4.4 See change log for changes....