-
Hi, i have a fresh install of the pos plugin however after adding a product i am not able to process checkout
```
[previous exception] [object] (PDOException(code: 23000): SQLSTATE[23000]…
-
- Larastan Version: 2.9.9
- Laravel Version: 11.28.0
### Description
Hi. How to describe relationships correctly?
To my description
```php
/**
* @return BelongsTo
*/
…
-
When I upgraded from v7 to v8 of this driver, I found that suddenly code that worked fine in v7 is now throwing the "Nested transactions are not supported by this client." error from google/cloud-span…
-
### Package
filament/filament
### Package Version
v3.2.124
### Laravel Version
10.48.24
### Livewire Version
_No response_
### PHP Version
PHP 8.2.25
### Problem descript…
-
- Larastan Version: v2.9.9
- Laravel Version: v11.23.5
### Description
I want to eager load a relationship from an eloquent collection, but with extra query conditions. Since I'm loading a `Has…
-
### Versions:
- ide-helper Version: 3.2.2
- Laravel Version: 11.30.0
- PHP Version: 8.3.x
### Description:
::find returns Illuminate\Database\Eloquent\Collection|null|TModel
::first returns …
-
- Larastan Version: >=2.9.9
- Laravel Version: 11.30.0
### Description
Since upgrading to 2.9.9, using `SoftDeletes` in a model will break the `casts()` arrayshape return type. This is present …
-
**What should be refactored?**
We currently don't use the default Laravel logging system: very bad.
We should stop using ApiLog model which store in DB.
Use Laravel loggers to replace this :
…
-
### Bug description
I always get an error "Database connection [tenant] not configured." on an event that implements Shouldbroadcast.
This error was introduced since upgrading to 3.8.5 - downgrading…
-
### Bug description
I have a common Eloquent relationship that I frequently add to many models, so I decided to move this relationship to a trait and include the trait in the models that need it. H…