-
This seems to be because you're using $query->update($columns) instead of $this->update($columns). Why is your runArchive method so... weird when your unArchive method looks as expected?
-
Hi,
I've just stumble upon the LdapRecord-Laravel and just try the package and to be honest i am not quite sure it is a bug or it is just a mere misconfiguration on my end, I've tried my best to re…
-
I have integrated wallet in my system , my system structure has many models which using the wallet , like Company , Subscriber, Invoice, Revenue , I have a page where I listing all the tran…
-
# Bug report
### What I did
Create a field with type **relationship**
### What I expected to happen
Just set the required properties for the field as shown in the documentation
1. ```ph…
-
Hello,
when playing around with vanilophp framework, I've noticed that the withTrashed()-method for implicit model binding isn't working with vanilophp, like described in laravel doc's in chapter "…
-
### Laravel Version
10.43.0
### PHP Version
8.2.4
### Database Driver & Version
_No response_
### Description
I ran a command similar to this on my project and got an unexpected result:
`Pro…
-
- Larastan Version: 2.8.1
- `--level` used: 2
### Description
Calling the `createOrRestore` macro on an Eloquent Builder for a `MorphOne` relationship (whose child model implements `SoftDeletes…
-
### MoonShine Version
2.9.5|2.10.5
### Laravel Version
^10|^11.0
### PHP Version
8.3.4
### Database Driver & Version
postgres:latest
### Description
использую мягкое удаление, удаляю элементы…
-
| Q | A
| ----------------- | ---
| Bug? | yes
| New Feature? | no
| Framework | Laravel
| Framework version | 5.2
| Package version | 5.0.2
| PHP ve…
-
### Laravel Version
10.3.2
### PHP Version
8.2.5
### Database Driver & Version
_No response_
### Description
When using the SoftDeletes trait, deleted models are ignored in Jobs w…