-
**Describe the bug**
Short: I have an array of tasks, just a 2d array with text in keys, that livewire is loosing state on.
Longer: This is a volunteer school board project that I'm going VERY YAN…
-
### Mockery Version
1.6.8
### PHP Version
PHP 8.2
### Issue Description
Latest release of Mockery morning severely breaks Laravel test suite. Wouldn't expect this on a patch release. Can it be re…
-
- [x] CREAR UN PROYECTO CON LARAVEL
- [x] UNIR MONGO ATLAS A LARAVEL Y REALIZAR LAS CONFIGURACIONES CORRESPONDIENTES.
- [x] CREAR LAS API'S CORRESPONDIENTES
- [x] EJECUTAR EL PING DE CONEXIÓN A MO…
-
Add an optional parameter "message" on `Illuminate\Database\Eloquent\Builder`:
**API**:
| Method |
|-------|
| findOrFail(mixed $id, array $columns = ['*'], $message = null) |
| firstOrFail(a…
-
**Describe the bug**
I defined a @create mutation:
```
mutation {
createPermission(name: "test") {
name
}
}
```
```
createPermission(name: String!): Permission @create
```
on a…
-
Hello, I try to use editor datatable trial fot my work. I follow [this tuto](https://yajrabox.com/docs/laravel-datatables/master/editor-tutorial) but I can't get the editor buttons to work. I got this…
-
- Larastan Version: 10.7.1
- `--level` used: 2
### Description
After phpstan update to `1.10.12` generic Eloquent Model attributes are not recognised (fields or relations).
### Laravel code …
-
**Internal error: Method dynamicWhere() was not found in reflection of class Illuminate\Database\Query\Builder. while analysing file**
- Larastan Version: 2.9.8
- Laravel Version: 10.38…
-
- Larastan Version: 2.8.1
- `--level` used: 2
- Pull request with failing test:
### Description
I get this error:
Call to an undefined method Illuminate\Database\Eloquent\Relations\MorphTo:…
-
i have a ChatController, MessageController
```