-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:selahattinunlu/laravel-api-query-…
…builder
- Loading branch information
Showing
1 changed file
with
30 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,45 @@ | ||
# Laravel API Query Builder Package | ||
|
||
### English | ||
|
||
**Warning** | ||
|
||
This package continues to be developed. | ||
|
||
[1. Introduction](https://github.com/selahattinunlu/laravel-api-query-builder/wiki/Introduction) | ||
|
||
[2. Installation](https://github.com/selahattinunlu/laravel-api-query-builder/wiki/Installation) | ||
|
||
[3. Usage](https://github.com/selahattinunlu/laravel-api-query-builder/wiki/Usage) | ||
|
||
[4. Other Examples](https://github.com/selahattinunlu/laravel-api-query-builder/wiki/Other-Examples) | ||
|
||
[5. Constant Parameters](https://github.com/selahattinunlu/laravel-api-query-builder/wiki/Constant-Parameters) | ||
|
||
[6. Methods](https://github.com/selahattinunlu/laravel-api-query-builder/wiki/Methods) | ||
|
||
[7. Creating Custom Filter](https://github.com/selahattinunlu/laravel-api-query-builder/wiki/Creating-Custom-Filter) | ||
|
||
[8. Access Operator (=, !=, <, <=, >, >=)](https://github.com/selahattinunlu/laravel-api-query-builder/wiki/Access-Operator) | ||
|
||
### Türkçe | ||
|
||
**Dikkat!** | ||
Bu paket henüz geliştirilme aşamasındadır. | ||
|
||
Bu paket, uri parametrelerinden eloquent query oluşturur. | ||
Bu paket henüz geliştirilme aşamasındadır. | ||
|
||
[1. Nedir](https://github.com/selahattinunlu/laravel-api-query-builder/wiki/Nedir) | ||
|
||
[2. Diğer Kullanım Örnekleri](https://github.com/selahattinunlu/laravel-api-query-builder/wiki/Di%C4%9Fer-Kullan%C4%B1m-%C3%96rnekleri) | ||
[2. Kurulum](https://github.com/selahattinunlu/laravel-api-query-builder/wiki/Kurulum) | ||
|
||
[3. Sabit Parametreler](https://github.com/selahattinunlu/laravel-api-query-builder/wiki/Sabit-Parametreler) | ||
[3. Kullanım](https://github.com/selahattinunlu/laravel-api-query-builder/wiki/Kullan%C4%B1m) | ||
|
||
[4. Kurulum](https://github.com/selahattinunlu/laravel-api-query-builder/wiki/Kurulum) | ||
[4. Diğer Kullanım Örnekleri](https://github.com/selahattinunlu/laravel-api-query-builder/wiki/Di%C4%9Fer-Kullan%C4%B1m-%C3%96rnekleri) | ||
|
||
[5. Kullanım](https://github.com/selahattinunlu/laravel-api-query-builder/wiki/Kullan%C4%B1m) | ||
[5. Sabit Parametreler](https://github.com/selahattinunlu/laravel-api-query-builder/wiki/Sabit-Parametreler) | ||
|
||
[6. Methodlar](https://github.com/selahattinunlu/laravel-api-query-builder/wiki/Methodlar) | ||
|
||
[7. Özel Filtre Oluşturma](https://github.com/selahattinunlu/laravel-api-query-builder/wiki/%C3%96zel-Filtre-Olu%C5%9Fturma) | ||
|
||
[8. Özel Filtreden Operatöre (=, !=, <, <=, >, >=) Erişme](https://github.com/selahattinunlu/laravel-api-query-builder/wiki/%C3%96zel-Filtrede-Operat%C3%B6re-Eri%C5%9Fme) | ||
[8. Özel Filtreden Operatöre (=, !=, <, <=, >, >=) Erişme](https://github.com/selahattinunlu/laravel-api-query-builder/wiki/%C3%96zel-Filtrede-Operat%C3%B6re-Eri%C5%9Fme) |