framework
framework copied to clipboard
The Laravel Framework.
### Laravel Version v12.28.1 ### PHP Version 8.3.20 ### Database Driver & Version PostgreSQL 10.22 up to latest ### Description PostgreSQL fails with this error when comparing an integer ID...
### Laravel Version 12.0 ### PHP Version 8.4.11 ### Database Driver & Version _No response_ ### Description When using a custom pivot model, defining `const UPDATED_AT = null;` inside the...
Uppercase acronyms pluralise with uppercase “S” (e.g. "CD" → "CDS") instead of lowercase “s”. (CDs)
### Laravel Version 10.48.29 ### PHP Version 8.3 ### Database Driver & Version NA ### Description Illuminate\Support\Pluralizer pluralises all-uppercase words by appending an uppercase S, producing incorrect results. Examples: ```php...
### Laravel Version 11.45.2 ### PHP Version 8.3 ### Database Driver & Version psql (PostgreSQL) 14.10 (Homebrew) ### Description I got the same Problem described in [this Issue](https://github.com/laravel/framework/issues/30990) when I...
### Laravel Version 12.21.0 ### PHP Version 8.4 ### Database Driver & Version _No response_ ### Description I have this job which fill a variable with a lot of data...
### Laravel Version 12.26.4 ### PHP Version 8.4.8 ### Database Driver & Version igbinary version => 3.2.16 ### Description When using Redis as the cache store and enabling `SERIALIZER_IGBINARY`, unserializing...
### Laravel Version 11.45.1 ### PHP Version 8.3.8 ### Database Driver & Version _No response_ ### Description `-ing` events such as `updating`, `creating` and `deleting` still fire after the transaction...
### Laravel Version 12.24.0 ### PHP Version 8.4.4 ### Database Driver & Version _No response_ ### Description The Sleep facade behaves weirdly in queued jobs via Horizon. Let's take this...
### Laravel Version 11.45.1 ### PHP Version 8.2.6 ### Database Driver & Version _No response_ ### Description When the queue:work worker is run with the --max-time option and enters a...