-
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.2
head repository: laravel/framework
compare: 12.x
- 16 commits
- 23 files changed
- 12 contributors
Commits on Aug 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ba3bb17 - Browse repository at this point
Copy the full SHA ba3bb17View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa671fd - Browse repository at this point
Copy the full SHA aa671fdView commit details
Commits on Aug 27, 2025
-
fix: base class guard in return types is breaking custom guards (#56779)
* fix: base class guard in return types * review: remove unused guard * fix: failing type check
Configuration menu - View commit details
-
Copy full SHA for aef19cd - Browse repository at this point
Copy the full SHA aef19cdView commit details -
[12.x] Standardise polyfill dependencies (#56781)
All composer dependencies are a subsplit of https://github.com/symfony/polyfill. Therefore it should be best to use require the same version for all deps. Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 40cd770 - Browse repository at this point
Copy the full SHA 40cd770View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2e7b4f - Browse repository at this point
Copy the full SHA e2e7b4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95eeea4 - Browse repository at this point
Copy the full SHA 95eeea4View commit details -
[12.x] Improve output grammar in
ScheduleRunCommand
(#56776)* Fix typo in skip message for scheduled events * Fix log message for skipping scheduled command
Configuration menu - View commit details
-
Copy full SHA for de4fa9a - Browse repository at this point
Copy the full SHA de4fa9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a8e961 - Browse repository at this point
Copy the full SHA 1a8e961View commit details -
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
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.2...12.x