framework
framework copied to clipboard
The Laravel Framework.
Closes #44177 Currently a controller based route resolves its associated controller instance before running its middleware, regardless if the middleware were defined in the route definition (let's refer to those...
- Laravel Version: 9.31.0 - PHP Version: 8.1.10 - Database Driver & Version: MySQL 5.7.38 ### Description: When trying to store a file with a corrupted filename with the `Storage`...
This PR adds composer autoload and wildcard support to `model:show` as suggested by @driesvints in #44212. ### Previous Behaviour `model:show` only qualifies model in the `App\` (or `App\Models\` if exists)...
This is a small PR which adds support for the castable type `uuid`. Since we have a `uuid` option for migrations, it only makes sense that we also support adding...
This PR adds identity map support to Eloquent as an opt-in feature controlled by `Model::$identifiable`. ## Summary Models that are marked as identifiable will have an identity, provided by `Model::getModelIdentifier()`,...
This PR adds support for asynchronously queued jobs in tests. Imagine a scenario where you have a feature test for an endpoint that deletes a users. Inside the associated controller,...
Targeting master as did not get a response to https://github.com/laravel/framework/pull/43535#issuecomment-1223161842 On the latest version (9.23.0) when renaming a timestamp column, it does not correctly gets the precision when using the...
- Laravel Version: 9.30.1 - PHP Version: 8.1.10 - Database Driver & Version: PostgreSQL 14.5.1 ### Description: I have a test class which contains multiple tests for the same method....
- Laravel Version: 9.30.1 - PHP Version: 8.1.10 - Database Driver & Version: N/A ### Description: We've been having memory related issues in CI recently where the memory consumption continuously...
- Laravel Version: v9.24.0 and v9.30.0 - PHP Version: 8.0.17 and 8.1.9 - Redis Driver & Version: Redis 5.3.7 using PHPRedis with php, json, igbinary serializers ### Description: I observed...