v11.26.0
版本发布时间: 2024-10-01 22:30:50
laravel/framework最新发布版本:v10.48.24(2024-11-20 23:58:25)
- [11.x] Fix PHPDoc typo by @LucaRed in https://github.com/laravel/framework/pull/52960
- Add stop() method to Process and Pool by @MiniCodeMonkey in https://github.com/laravel/framework/pull/52959
- [11.x] Improve PHPDoc by @staudenmeir in https://github.com/laravel/framework/pull/52949
- [11.x] Fix crash of method PreventsCircularRecursion::withoutRecursion() on mocked models by @maximetassy in https://github.com/laravel/framework/pull/52943
- [11.x] Document callable types for
Enumerable::implode()
by @devfrey in https://github.com/laravel/framework/pull/52937 - [11.x] Allows Unit & Backed Enums for registering named
RateLimiter
&RateLimited
middleware by @sethsandaru in https://github.com/laravel/framework/pull/52935 - [11.x] Test Improvements by @crynobone in https://github.com/laravel/framework/pull/52933
- [11.x] Fixes trust proxy
REMOTE_ADDR
not working in Swoole by @chuoke in https://github.com/laravel/framework/pull/52889 - [11.x] Fixes function loading conflicts when using
@include('vendor/autoload.php')
via Laravel Envoy by @s-damian in https://github.com/laravel/framework/pull/52974 - [11.x] Support Laravel Prompts 0.3+ by @crynobone in https://github.com/laravel/framework/pull/52993
- Allow mass assignment with mutators when using model::guarded by @Apfelfrisch in https://github.com/laravel/framework/pull/52962
- [11.x] Add
make:job-middleware
artisan command by @dshafik in https://github.com/laravel/framework/pull/52965 - [11.x] Auto discover Events outside app namespace when folder name is in kebab-case by @xizprodev in https://github.com/laravel/framework/pull/52976
- [11.x] Feat: factory generic in make:model command by @MrPunyapal in https://github.com/laravel/framework/pull/52855