v11.10.0
版本发布时间: 2024-06-04 21:46:54
laravel/framework最新发布版本:v10.48.24(2024-11-20 23:58:25)
- [11.x] Fix typo in filename by @Henridv in https://github.com/laravel/framework/pull/51643
- [11.x] Add Vite auto refresh to error page by @riasvdv in https://github.com/laravel/framework/pull/51635
- [11.x] Add test for join_paths by @imanghafoori1 in https://github.com/laravel/framework/pull/51621
- [11.x] Preload base options for missing config files by @jasonmccreary in https://github.com/laravel/framework/pull/51619
- [11.x] Add option to disable merging of base configuration by @taka-oyama in https://github.com/laravel/framework/pull/51579
- [11.x] Allow callback to be passed to
updateOrInsert()
to pass different$values
if the record already exists by @Markshall in https://github.com/laravel/framework/pull/51566 - [11.x] Fix
join_paths
issue with segment '0' by @imanghafoori1 in https://github.com/laravel/framework/pull/51649 - [11.x] Remove extra double quote in the error page by @nicolus in https://github.com/laravel/framework/pull/51670
- [11.x] Add tests to improve test coverage for
HtmlString
by @saMahmoudzadeh in https://github.com/laravel/framework/pull/51666 - [11.x] Add tests to improve test coverage for
Arr::whereNotNull
by @saMahmoudzadeh in https://github.com/laravel/framework/pull/51661 - [11.x] Add tests for FileSystem class by @imanghafoori1 in https://github.com/laravel/framework/pull/51654
- [11.x] Update OptimizeClearCommand.php by @nathanpurcell in https://github.com/laravel/framework/pull/51667
- [11.x] Support soft deleted models when using explicit route model binding by @gbradley in https://github.com/laravel/framework/pull/51651
- [11.x] Add tests for
Arr::divide
by @saMahmoudzadeh in https://github.com/laravel/framework/pull/51673 - [11.x] Prune should be a flag option by @riasvdv in https://github.com/laravel/framework/pull/51694
- [11.x] Avoid using Laravel new error page if
app.debug
changes totrue
at runtime by @crynobone in https://github.com/laravel/framework/pull/51705