framework
framework copied to clipboard
The Laravel Framework.
### Laravel Version 11.44.1 ### PHP Version 8.3.14 ### Database Driver & Version Redis 7.4.1 on Laravel Forge ### Description I'm using the RateLimiter facade (via the Redis cache driver)...
I know this has been brought up before, but I'm going to make the case again why `datetime`s are the superior data type compared to `timestamp`s, and why Laravel should...
### Laravel Version 12.7.2 ### PHP Version 8.4.5 ### Database Driver & Version _No response_ ### Description It ignores custom `SQS_PREFIX` set in `.env`, and always `POST https://{AWS_DEFAULT_REGION}.ap-southeast-2.amazonaws.com` Error message...
### Laravel Version 11.44.2 ### PHP Version 8.3 ### Database Driver & Version _No response_ ### Description Attaching `Authorization` middleware does not work for route groups using `can()` method, only...
fixes #54401 The changes introduce a "string" default morph type via schema and eloquent relationship. ### Global To combine `uuid` or `ulid` with `int` globally. ```php Illuminate\Database\Schema\Builder::defaultMorphKeyType('string'); ``` ### Per...
### Laravel Version 12.3.0 ### PHP Version 8.4.5 ### Database Driver & Version _No response_ ### Description Non-POST multipart/form-data requests don't have request body data present unless POST request with...
### Laravel Version 12.2 ### PHP Version 8.4.1 ### Database Driver & Version _No response_ ### Description All model accessors are called when calling `toArray` on a model, even if...
### Laravel Version 11.23.5 ### PHP Version 8.2.28 ### Database Driver & Version Mysql 8.4.3 ### Description When the callback function returns an empty string the RateLimiter is triggered after...
### Laravel Version 12.x ### PHP Version 8.4 ### Database Driver & Version irrelevant ### Description I got a bug report in my tenancy package, https://github.com/archtechx/tenancy/issues/1333 After reproducing it and...
### Laravel Version 9.x, 10.x, 11.x, 12.x ### PHP Version All supported ### Database Driver & Version None ### Description As far as I can tell this is an issue...