You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Read more about include features like: including nested relationships, including relationship count, ...](https://docs.spatie.be/laravel-query-builder/v2/features/including-relationships/)
36
+
[Read more about include features like: including nested relationships, including relationship count, ...](https://docs.spatie.be/laravel-query-builder/v3/features/including-relationships/)
37
37
38
38
### Sorting a query based on a request: `/users?sort=id`:
// the resulting JSON will have the `getFullNameAttribute` attributes included
82
82
```
83
83
84
-
[Read more about appending attributes.](https://docs.spatie.be/laravel-query-builder/v2/features/appending-attributes/)
85
-
86
-
## ⚠ Possible breaking changes from v2 to v3
87
-
88
-
Please check the [UPGRADING](UPGRADING.md) for some notes regarding upgrading from v2 to v3.
84
+
[Read more about appending attributes.](https://docs.spatie.be/laravel-query-builder/v3/features/appending-attributes/)
89
85
90
86
## Support us
91
87
@@ -105,7 +101,7 @@ You can install the package via composer:
105
101
composer require spatie/laravel-query-builder
106
102
```
107
103
108
-
Read the installation notes on the docs site: [https://docs.spatie.be/laravel-query-builder/v2/installation-setup](https://docs.spatie.be/laravel-query-builder/v2/installation-setup/).
104
+
Read the installation notes on the docs site: [https://docs.spatie.be/laravel-query-builder/v3/installation-setup](https://docs.spatie.be/laravel-query-builder/v3/installation-setup/).
0 commit comments