-
Notifications
You must be signed in to change notification settings - Fork 11.3k
Comparing changes
Open a pull request
base repository: laravel/framework
base: v11.9.2
head repository: laravel/framework
compare: v11.10.0
- 19 commits
- 21 files changed
- 15 contributors
Commits on May 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 683e9bc - Browse repository at this point
Copy the full SHA 683e9bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for b2e9ffc - Browse repository at this point
Copy the full SHA b2e9ffcView commit details -
[11.x] Add Vite auto refresh to error page (#51635)
* Add Vite auto refresh to error page This adds Vite hot reloading to the error page * Update Renderer.php
Configuration menu - View commit details
-
Copy full SHA for 8306c69 - Browse repository at this point
Copy the full SHA 8306c69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6976192 - Browse repository at this point
Copy the full SHA 6976192View commit details -
[11.x] Preload base options for missing config files (#51619)
* Remove dead code * Preload base options for missing config files
Configuration menu - View commit details
-
Copy full SHA for 448fdb5 - Browse repository at this point
Copy the full SHA 448fdb5View commit details -
[11.x] Add option to disable merging of base configuration (#51579)
* [11.x] Add option to disable merging of base configuration * fix style * fix * formatting --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
Configuration menu - View commit details
-
Copy full SHA for 85dbab2 - Browse repository at this point
Copy the full SHA 85dbab2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f993943 - Browse repository at this point
Copy the full SHA f993943View commit details -
[11.x] Allow callback to be passed to
updateOrInsert()
to pass diff……erent `$values` if the record already exists (#51566) * allow a callback to be passed to `updateOrInsert()` to pass different `$values` if the record already exists * follow Laravel codestyle * update method signature to add parameter type hinting
Configuration menu - View commit details
-
Copy full SHA for 92eda54 - Browse repository at this point
Copy the full SHA 92eda54View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7aab6b9 - Browse repository at this point
Copy the full SHA 7aab6b9View commit details
Commits on May 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 25c363e - Browse repository at this point
Copy the full SHA 25c363eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1c638e - Browse repository at this point
Copy the full SHA e1c638eView commit details -
[11.x] Add tests to improve test coverage for
Arr::whereNotNull
(#5……1661) * tests: add some tests for Arr::whereNotNull ( improve test coverage) * fix code style: using fn instead of function
Configuration menu - View commit details
-
Copy full SHA for f05f7bc - Browse repository at this point
Copy the full SHA f05f7bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for d33c3e5 - Browse repository at this point
Copy the full SHA d33c3e5View commit details -
Update OptimizeClearCommand.php (#51667)
Added "s" for consistency with "optimize" command.
Configuration menu - View commit details
-
Copy full SHA for 3672fbe - Browse repository at this point
Copy the full SHA 3672fbeView commit details -
[11.x] Support soft deleted models when using explicit route model bi…
…nding (#51651) * Added support for soft deleted models using explicit binding. * Fixed use statement order. * Update RouteBinding.php --------- Co-authored-by: Graham Bradley <gbradley@onlyexcel.com> Co-authored-by: Taylor Otwell <taylor@laravel.com>
Configuration menu - View commit details
-
Copy full SHA for 4ebbabe - Browse repository at this point
Copy the full SHA 4ebbabeView commit details
Commits on Jun 2, 2024
-
[11.x] Add tests for
Arr::divide
(#51673)* Add tests for Arr::divide * fixes code style * add tests * update comments
Configuration menu - View commit details
-
Copy full SHA for ee81af8 - Browse repository at this point
Copy the full SHA ee81af8View commit details
Commits on Jun 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a84c4f4 - Browse repository at this point
Copy the full SHA a84c4f4View commit details
Commits on Jun 4, 2024
-
[11.x] Avoid using Laravel new error page if
app.debug
changes to `……true` at runtime (#51705) * [11.x] Avoid using Laravel new renderer if `app.debug` changes to `true` at runtime 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 6adf982 - Browse repository at this point
Copy the full SHA 6adf982View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99b4255 - Browse repository at this point
Copy the full SHA 99b4255View commit details
There are no files selected for viewing