-
Notifications
You must be signed in to change notification settings - Fork 11.4k
Comparing changes
Open a pull request
base repository: laravel/framework
base: v11.43.2
head repository: laravel/framework
compare: v11.44.1
- 16 commits
- 34 files changed
- 14 contributors
Commits on Feb 19, 2025
Commits on Feb 20, 2025
-
[11.x] Fix parsing
PHP_CLI_SERVER_WORKERS
asstring
instead of `i……nt` (#54724) * [11.x] Fix parsing `PHP_CLI_SERVER_WORKERS` as `string` instead of `int` fixes #54723 Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com> * Update src/Illuminate/Foundation/Console/ServeCommand.php Co-authored-by: Julius Kiekbusch <contact@julius-kiekbusch.de> --------- Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com> Co-authored-by: Julius Kiekbusch <contact@julius-kiekbusch.de>
Configuration menu - View commit details
-
Copy full SHA for fa176f7 - Browse repository at this point
Copy the full SHA fa176f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5082a0c - Browse repository at this point
Copy the full SHA 5082a0cView commit details -
[11.x] Allow
readAt 8000 code> method to use in database channel (#54729)
* Allow default readed notification * Update DatabaseChannel.php * Update NotificationDatabaseChannelTest.php --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
Configuration menu - View commit details
-
Copy full SHA for 120f07f - Browse repository at this point
Copy the full SHA 120f07fView commit details -
[11.x] Fix: Custom Exceptions with Multiple Arguments does not proper…
…ly rein… (#54705) * Fix: Custom Exceptions with Multiple Arguments does not properly reinstantiate with Concurrency::run() 54500 * Import Class added * StyleCI issue fixed * Integration Test Case Added * StyleCI issue fixed * StyleCI issue fixed * Test Cases function renamed * Process Driver Updated for Default Exception * Style CI Issue fixed * Remove Unused class * formatting --------- Co-authored-by: Pandi Selvam <pandi.selvam@terrificminds.com> Co-authored-by: Taylor Otwell <taylor@laravel.com>
Configuration menu - View commit details
-
Copy full SHA for c31126b - Browse repository at this point
Copy the full SHA c31126bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 610155c - Browse repository at this point
Copy the full SHA 610155cView commit details
Commits on Feb 21, 2025
-
[11.x] Deprecate
Factory::$modelNameResolver
(#54736)Instead of removing the `$modelNameResolver` property entirely, which breaks any user-land and 3rd-party uses of it, this re-introduces the original property, but marks it as deprecated so that developers have a chance to migrate correctly without having to avoid other Laravel updates.
Configuration menu - View commit details
-
Copy full SHA for 0054c26 - Browse repository at this point
Copy the full SHA 0054c26View commit details
Commits on Feb 23, 2025
-
[11x.] Improved typehints for
InteractsWithDatabase
(#54748)* InteractsWithDatabase typehints * InteractsWithDatabase typehints for data * HasInDatabase typehints
Configuration menu - View commit details
-
Copy full SHA for 344c37f - Browse repository at this point
Copy the full SHA 344c37fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c72603 - Browse repository at this point
Copy the full SHA 2c72603View commit details
Commits on Feb 24, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e9a33da - Browse repository at this point
Copy the full SHA e9a33daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9de7525 - Browse repository at this point
Copy the full SHA 9de7525View commit details
Commits on Feb 28, 2025
-
[11.x] Add valid values to ensure method (#54840)
* Add valid values to ensure method * Update src/Illuminate/Collections/Traits/EnumeratesValues.php Co-authored-by: Sebastian Hädrich <11225821+shaedrich@users.noreply.github.com> * Update EnumeratesValues.php --------- Co-authored-by: Taylor Otwell <taylor@laravel.com> Co-authored-by: Sebastian Hädrich <11225821+shaedrich@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fd9681f - Browse repository at this point
Copy the full SHA fd9681fView commit details -
Fix attribute name used on
Validator
instance within certain rule c……lasses (#54845) * Fix attribute name used on `Validator` instance within File rule class Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com> * wip Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com> * wip Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com> * wip Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com> * Apply fixes from StyleCI * wip Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com> * use static variable --------- Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com> Co-authored-by: StyleCI Bot <bot@styleci.io> Co-authored-by: Taylor Otwell <taylor@laravel.com>
Configuration menu - View commit details
-
Copy full SHA for a8da712 - Browse repository at this point
Copy the full SHA a8da712View commit details
Commits on Mar 3, 2025
-
[11.x] Fix
Application::interBasePath()
fails to resolve applicatio……n when project name is "vendor" (#54871) * Fix `Application::interBasePath()` fails to resolve application when project name is "vendor" fixes #54869 Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com> * wip Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com> * wip Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com> --------- Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1154a31 - Browse repository at this point
Copy the full SHA 1154a31View commit details
Commits on Mar 4, 2025
-
[11.x] Test improvements (#54879)
* [11.x] Test Improvements Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com> * Test Improvements Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com> * wip Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com> * wip Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com> * wip Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com> * wip Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com> * wip Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com> --------- Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c666f89 - Browse repository at this point
Copy the full SHA c666f89View commit details
Commits on Mar 5, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0883d41 - Browse repository at this point
Copy the full SHA 0883d41View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v11.43.2...v11.44.1