Skip to content

Commit 055f5b9

Browse files
authored
Update README.md
1 parent 39f2685 commit 055f5b9

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1-
# Декларативные запросы
1+
# Laravel Elastic Query Specification
22

3-
## Спецификации
3+
Extension for [greensight/laravel-elastic-query](https://github.com/greensight/laravel-elastic-query/) to describe queries in a declarative way.
44

5-
Все виды таких запросов строятся на основе спецификации. В ней содержатся определения доступных фильтров, сортировок и
5+
## Installation
6+
7+
1. Install [greensight/laravel-elastic-query](https://github.com/greensight/laravel-elastic-query/) https://github.com/greensight/laravel-elastic-query#installation
8+
2. `composer require greensight/laravel-elastic-query-specification`
9+
10+
## Usage // TODO translate to english
11+
12+
Все виды декларативных запросов строятся на основе спецификации. В ней содержатся определения доступных фильтров, сортировок и
613
агрегатов.
714

815
```php

0 commit comments

Comments
 (0)