-
- Larastan Version: #.#.#
- `--level` used: 5
- Pull request with failing test:
### Description
I don't know if i'm doing something wrong or i have a missing configuration, but running larastan …
-
### Summary of problem or feature request
Hello Yajra I'm using your super awesome package. I'm also using service implementation. Everything works like charm but I'm stuck in concat column search …
-
Hello DoctrineExtensions team,
I am maintaining some code that uses SoftDeleteable.
I have PEOPLE who are SoftDeleteable and who belong to one or more GROUPS:
- PEOPLE GROUPS
Now, when I …
-
### Bug description
When opening a Pull Request, we expect Gitpod to check out the Pull Request's branch.
However, since recently, it seems that it (sometimes?) checks out the default branch inste…
-
**Describe the bug**
Starting on version 2.18.3, attempting to soft delete a record produces a QueryException indicating a SQL syntax issue:
```
masoniteorm.exceptions.QueryException: (1064, "You…
ghost updated
2 years ago
-
### Bug description
Apologies in advance. Not sure if this should be more of a feature request than a bug request.
When using trait(s) to populate a Model's cast attribute(s), those data types are…
-
### Summary of problem or feature request
I have a large table (principals) with many columns and related tables. We use datatables because is easy to export and filter the data, but now JS is having…
-
I discover strange things and lost hours to find that bug. The question is intentional or is it bug? I don't see any reason to do this intentional.
$token->tokenable->touch();
clear _old_input :/
To…
-
### Package version, Laravel version
Laravel 9
```
beberlei/doctrineextensions v1.3.0
doctrine/annotations 1.14.2
doctrine/cache …
-
I've been enjoying the 3.x releases!
I am currently using the built in SoftDelete and was curious if there was a best practices or suggested method for overriding the trigger through Django and doi…