-
Notifications
You must be signed in to change notification settings - Fork 11.5k
Comparing changes
Open a pull request
base repository: laravel/framework
base: v12.26.3
head repository: laravel/framework
compare: 12.x
- 11 commits
- 18 files changed
- 12 contributors
Commits on Aug 27, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 54211a1 - Browse repository at this point
Copy the full SHA 54211a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 997e0c7 - Browse repository at this point
Copy the full SHA 997e0c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24556c0 - Browse repository at this point
Copy the full SHA 24556c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8b554d - Browse repository at this point
Copy the full SHA a8b554dView commit details -
[12.x] Add support for nested array notation within
loadMissing
(#5……6711) * init * fix colon select test --------- Co-authored-by: Angus McRitchie <angus@hobbiesdirect.com.au> Co-authored-by: Taylor Otwell <taylor@laravel.com>
Configuration menu - View commit details
-
Copy full SHA for a46c765 - Browse repository at this point
Copy the full SHA a46c765View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45cb5bb - Browse repository at this point
Copy the full SHA 45cb5bbView commit details -
[12.x] Colocate Container build functions with the
Buildable
interf……ace (#56731) * WithFactory * skip when the concrete is already on the buildStack * fixes Co-authored-by: Rodrigo Pedra Brum <rodrigo.pedra@gmail.com> * buildable integration test * style * test naming * test dependency injection * formatting * rename interface * fix tests --------- Co-authored-by: Rodrigo Pedra Brum <rodrigo.pedra@gmail.com> Co-authored-by: Taylor Otwell <taylor@laravel.com>
Configuration menu - View commit details
-
Copy full SHA for 77f90cb - Browse repository at this point
Copy the full SHA 77f90cbView commit details -
perf: optimize loop performance by pre-calculating array counts in St…
…r::apa() and fileSize() methods (#56796) * Refactor: Pre-calculate array counts before loops This commit optimizes loops within the `Str::apa` and `Number::fileSize` methods by pre-calculating the array count and storing it in a variable. Previously, the `count()` function was called on each iteration, leading to minor performance overhead. This change avoids these redundant function calls. * This commit perform static analysis and improve overall code quality. As an initial application of the tool, the `Number::fileSize` method has been refactored for performance. The array count is now cached in a variable before the loop to avoid calling `count()` on every iteration. * Formatting --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
Configuration menu - View commit details
-
Copy full SHA for b51cb93 - Browse repository at this point
Copy the full SHA b51cb93View commit details
Commits on Aug 28, 2025
-
fix: Helper function secure_url not always returning a string (#56807)
* fix: Helper function secure_url not always returning a string * fix: Resolve style issue
Configuration menu - View commit details
-
Copy full SHA for cb9f337 - Browse repository at this point
Copy the full SHA cb9f337View commit details -
[12.x] Test Improvements (#56803)
* [12.x] 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> --------- Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 579e0a9 - Browse repository at this point
Copy the full SHA 579e0a9View commit details -
[12.x] Parse Redis "friendly" algorithm names into integers (#56800)
* Parse algorithm names * add parenthesis * Update RedisCacheIntegrationTest.php * dont fail with int-based invalid backoff algorithms * refac
Configuration menu - View commit details
-
Copy full SHA for 262168a - Browse repository at this point
Copy the full SHA 262168aView 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 v12.26.3...12.x