-
Hello Hyperf Community
we are migrating from Laravel to Hyperf due to huge performance gap between both
there are two problem we have ill ask the first one here and ill create new issue for the seco…
-
So, in our project we're using Laravel 5.5 + MongoDB + GraphQL and I've realized that this connection is current not so perfect and has some problems. For notice I'm using https://github.com/jensseger…
-
- Laravel-mongodb Version: 3.8.5
- PHP Version: 8.0
- Database Driver & Version:
4.2.3
### Description:
I'm using raw query to get data from DB.
There is a few `$lookup` I use. One for `round…
-
### Describe want to want
I think having the ability to jump through relations without additional depth would be handy.
Given the following schema:
```typescript
export const users = pgTable…
-
This package seems to generate several n+1 queries. Could you fix those or how could i fix those?
I am using `beyondcode/laravel-query-detector` to detect those queries and i get the following mess…
-
You have `projects` relation in your `user` model. So in `store()` method here https://github.com/danielveselinov/BrainsterProjects_DanielVeselinovWD6/blob/project03/app/Http/Controllers/ProjectContro…
-
In laravel 9 with MongoDB(jenssegers/mongodb 3.9) I added withCount in request :
$subscription = Subscription
::getById($subscriptionId)
->withCount('userSubscriptions')
…
-
I love the article [Dynamic relationships in Laravel using subqueries](https://reinink.ca/articles/dynamic-relationships-in-laravel-using-subqueries) by JonathanReinink.
In his final `User` class,…
-
## Problem
If a solution to this already exists and we are missing something, please point us to it!
Currently there is no way to automatically trigger an update to the parent entity's updatedAt…
-
### Bug description
Currently, if there's scope/relation/attribute mentioned in the doc comment in the class (usually generated with `laravel-ide-helper`), `jump-to-definition` jumps to the comment, …