-
Hi Team,
I am facing an issue when I added SoftDeletes into the Model along with HasRecursiveRelationships Trait in my ProductCategory Model.
Error:
```MySQL
`Illuminate\Database\QueryExceptio…
-
I'm deleting a model instance and it would appear the media isn't cascading? I swear I had this working before and now it no longer seems to be working?
I've setup my collections in my model like s…
-
- Laravel Version: 10.9.0
- Nova Version: 4.23.0
- PHP Version: 8.1.17
- Database Driver & Version: psql (PostgreSQL) 14.7 (Ubuntu 14.7-1.pgdg22.04+1)
- Operating System and Version: ubuntu:22.04 …
-
It would be nice to have support of mass delete, e.g. `User::where('is_archived', true)->delete()` . Something like `isMassDeletable(): bool`. Laravel `SoftDeletes` Trait supports mass delete, so its …
-
# Bug report
### What I did
any crud controller, setup method
`$this->crud->addClause('whereIn', 'feed_id', [1,2,3]);` (any condition)
### What I expected to happen
show operation should …
-
## ✨ Feature
ExperienceSkills, the pivots between experiences and UserSkills, should be soft-deleted instead of deleted by default. Connecting a skill/userSkill to an experience should restore the …
-
While your website is down, we do not have access to documentation.
Could you give us access to the documentation in any way ?
Thank you for your amazing work there.
-
**Describe the bug**
When I make a change to the User model and assign a role (Many to Many relation). The changes that are added to the **attributes** and **old** array keys of the **changes** made …
-
**Describe the bug**
Conflict between Opache preload and the PHP Agent in a project that is configured with Docker, using the image **php:7.4-fpm**.
**To Reproduce**
Steps to reproduce the behavi…
-
## Bug report
PHP-CS-Fixer's `no_unneeded_curly_braces` removes curly braces that are actually needed. Specifically, those that are defining the scope of annotations.
* PHP version: 7.4.21
…