-
/user/dogs?breed.name=labrador
is it possible?
In this case:
dogs->belongsTo('Breed');
In breed, name is an attribute.
-
Do you plan to support BelongsToMany relationship events as well?
-
I can't find it is intended behavior, but it seems worth to reporting.
```php
// in my controller
public function index()
{
// find Users with user's photo.
// SELECT * FROM users
…
-
Hello,
Is there a way to do a countcache with a `BelongsToMany` relationship with a pivot table ? There's no info in the doc
Xety updated
4 months ago
-
Currently, we can pass the FK to models (as long as it's not guarded) and that will set the value on the model's FK field. But I was wonder if we couldn't be able to set relationships in a similar way…
-
- Lunar version: 1.0.0-beta.1
- Laravel Version: 11.0.87
- PHP Version: 8.3.1
- Database Driver & Version: Mysql 8
### Expected Behaviour:
When using model extending attributes would still be a…
-
Noticed the site seems slow lately. Examine what factors might be part of this.
Run lighthouse - getting 30's, was getting better results before
Possible culprits:
- SQL queries - anything slo…
-
**Is your feature request related to a problem? Please describe.**
I have a Post model. Those posts are stored in my elasticsearch instance. Each post has a user field with a user id. When creating a…
-
- Larastan Version: 2.9.9
- Laravel Version: 11.30.0
### Description
After updating from 2.9.8 to 2.9.9 I'm getting a lot of errors like `Access to an undefined property Illuminate\Database\E…
-
The columns array allows nested relationship fields to be display and works nicely. But trying to put the same specification into the filters array results in an error.
For example, if I have a co…