-
For small projects, using the app folder to place eloquent models is OK, but when working with larger projects, this may become messy, since the inclusion of model directories will be necessary. Mixin…
ghost updated
4 years ago
-
The problem with mass assigning attributes to Eloquent models since to arise from the following scenario:
`new User($request->all())`
If we are passing validated attributes, that shouldn't be a …
-
Introduction
If we take the current documentation on many-to-many polymorphic relationships, the example is given of a Tag which can have relations to a Post or/and a Video.
https://laravel.com…
-
First Thing First... Great Package! :100:
Now about issue: When you have ManyToMany relationship (via `belongsToMany`) and try to generate diagram, it will include pivot table in diagram, but with…
-
Hello there,
I've a question about this package, in particular with the use of this package in combination with Eloquent.
In the past, i've worked with Doctrine (icm Twig) cool thing about this is i …
-
I'm using `1.0.0` version of your package together with `sofa/eloquence:^5.4`.
I thought the error in the title was fixed using:
`use SpatialTrait {
Eloquence::newEloquentBuilder insteadof S…
-
Hi. My problem is that I need something like an alias for eager loading in case when I use same relation. For example imagine if I have cms with leads. Every lead has the responsible manager. I wanna …
-
### Feature Description
One of the most useful autocompletions for me is the database column autocompletion on Eloquent models and in factories. One useful aspect where this autocompletion is still…
-
- Laravel-mongodb Version: 4.2-dev
- PHP Version: 8.3.3
### Description:
Hello,
would it be possible to automatically cast embedded relations when calling the database?
### Steps to reprodu…
-
### Synopsis:
The `hasOneThrough` and `hasManyThrough` relationships in Laravel's Eloquent ORM allow you to define indirect associations between models by going through intermediate models. These rel…