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....
Bumps [league/commonmark](https://github.com/thephpleague/commonmark) from 2.4.0 to 2.6.0. Release notes Sourced from league/commonmark's releases. 2.6.0 This is a security release to address potential denial of service attacks when parsing specially crafted, malicious...
Bumps [symfony/var-dumper](https://github.com/symfony/var-dumper) from 6.3.3 to 6.4.15. Release notes Sourced from symfony/var-dumper's releases. v6.4.15 Changelog (https://github.com/symfony/var-dumper/compare/v6.4.14...v6.4.15) no significant changes v6.4.14 Changelog (https://github.com/symfony/var-dumper/compare/v6.4.13...v6.4.14) bug symfony/symfony#58765 [VarDumper] fix detecting anonymous exception classes on...
Bumps [symfony/http-foundation](https://github.com/symfony/http-foundation) from 6.3.2 to 6.4.14. Release notes Sourced from symfony/http-foundation's releases. v6.4.14 Changelog (https://github.com/symfony/http-foundation/compare/v6.4.13...v6.4.14) security symfony/symfony#cve-2024-50345 [HttpFoundation] Reject URIs that contain invalid characters (@nicolas-grekas) v6.4.13 Changelog (https://github.com/symfony/http-foundation/compare/v6.4.12...v6.4.13) bug symfony/symfony#58619...
Bumps [symfony/process](https://github.com/symfony/process) from 6.3.2 to 6.4.14. Release notes Sourced from symfony/process's releases. v6.4.14 Changelog (https://github.com/symfony/process/compare/v6.4.13...v6.4.14) security symfony/symfony#cve-2024-51736 [Process] Use PATH before CD to load the shell on Windows (@nicolas-grekas) bug...