From fcf616c66f9a38f82426598e0f7b6407779b7ac4 Mon Sep 17 00:00:00 2001 From: mahmoudmohamedramadan Date: Fri, 29 Nov 2024 13:17:50 +0200 Subject: [PATCH] wip --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5921f74..6e23c8d 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ What makes this package featured? - **Accelerated Query Performance:** - - Significantly improved query performance compared to native Laravel ([fig. 1.](https://raw.githubusercontent.com/mahmoudmohamedramadan/easy-model/refs/heads/main/assets/easy-model-vs-laravel-01.png), and [fig. 2.](https://raw.githubusercontent.com/mahmoudmohamedramadan/easy-model/refs/heads/main/assets/easy-model-vs-laravel-02.png)). + - Significantly improved query performance compared to native Laravel (see [fig. 1](https://raw.githubusercontent.com/mahmoudmohamedramadan/easy-model/refs/heads/main/assets/easy-model-vs-laravel-01.png) and [fig. 2](https://raw.githubusercontent.com/mahmoudmohamedramadan/easy-model/refs/heads/main/assets/easy-model-vs-laravel-02.png)). - **Straightforward and Unified Syntax:** - Provides a unified, consistent syntax for `Query Builder` and `Eloquent Builder`. @@ -30,7 +30,7 @@ What makes this package featured? - Fixes the ambiguous exception that arises when using the same column in both models and their relationships during ordering. - **Simplified Relationship Ordering:** - - Easily order results by model relationships (`HasOne`, `HasMany`, `BelongsTo`, `BelongsToMany`) without referring to manual joins ([fig. 3.](https://raw.githubusercontent.com/mahmoudmohamedramadan/easy-model/refs/heads/main/assets/easy-model-vs-laravel-03.png)). + - Easily order results by model relationships (`HasOne`, `HasMany`, `BelongsTo`, `BelongsToMany`) without referring to manual joins ([fig. 3](https://raw.githubusercontent.com/mahmoudmohamedramadan/easy-model/refs/heads/main/assets/easy-model-vs-laravel-03.png)). - **Streamline Batch Updates:** - Effortlessly perform multiple updates using concise methods, consult [update.md](UPDATE.md).