-
In the index of my user controller I have the following:
```
return QueryBuilder::for(User::class)
->with('phoneNumbers')
->allowedIncludes('trashed')
->get();
```
I was hoping to pass a…
-
clearMediaCollection() doesn't able to force delete the database record and hence the files also not get removed from the storage. I'm using Laravel's softDeletes trait and while using the clearMediaC…
-
- Larastan Version: 0.2.5
- `--level` used: 5
### Description:
No matter how i attempt to clear these, Im unable to find a sensible way forward:
```
------------------------------------------…
-
- Laravel Version: 5.7.28
- PHP Version: 7.3.8
- Database Driver & Version: MySQL 5.7.27
### Description:
Auth attempt does not work with soft delete as in if some user record have `deleted_at` …
-
GMT95 updated
5 years ago
-
Hello.
I think you can get error here, isn't it ? https://github.com/cloudcreativity/laravel-json-api/blame/v1.3.0/src/Eloquent/Concerns/SoftDeletesModels.php#L153
Something like
```Call to undefi…
-
```
-
- Laravel Version: 5.8.18
- PHP Version: 7.2.19
- Database Driver & Version: n/a
### Description:
https://github.com/laravel/framework/blob/0eddd96ca536c5380cf3df90c02d295fc10360ce/src/Illumin…
-
- Laravel Version: 5.8.23
- PHP Version: 7.3.4
- Database Driver & Version: MySQL
### Description:
In my system there is a 'channels' and 'channelables' table they have a 'MorphToMany' relation…
-
- Laravel Version: 5.8.15
- PHP Version: 7.2
- Database Driver & Version: mysql 5.7
### Description:
Hello,
Since laravel 5.8 and this PR **(#27571)** pivot relations that uses SoftDeletes …