laravel/framework (laravel/framework)
### [`v11.26.0`](https://redirect.github.com/laravel/framework/blob/HEAD/CHANGELOG.md#v11260---2024-10-01)
[Compare Source](https://redirect.github.com/laravel/framework/compare/v11.25.0...v11.26.0)
- \[11.x] Fix PHPDoc typo by [@LucaRed](https://redirect.github.com/LucaRed) in [https://github.com/laravel/framework/pull/52960](https://redirect.github.com/laravel/framework/pull/52960)
- Add stop() method to Process and Pool by [@MiniCodeMonkey](https://redirect.github.com/MiniCodeMonkey) in [https://github.com/laravel/framework/pull/52959](https://redirect.github.com/laravel/framework/pull/52959)
- \[11.x] Improve PHPDoc by [@staudenmeir](https://redirect.github.com/staudenmeir) in [https://github.com/laravel/framework/pull/52949](https://redirect.github.com/laravel/framework/pull/52949)
- \[11.x] Fix crash of method PreventsCircularRecursion::withoutRecursion() on mocked models by [@maximetassy](https://redirect.github.com/maximetassy) in [https://github.com/laravel/framework/pull/52943](https://redirect.github.com/laravel/framework/pull/52943)
- \[11.x] Document callable types for `Enumerable::implode()` by [@devfrey](https://redirect.github.com/devfrey) in [https://github.com/laravel/framework/pull/52937](https://redirect.github.com/laravel/framework/pull/52937)
- \[11.x] Allows Unit & Backed Enums for registering named `RateLimiter` & `RateLimited` middleware by [@sethsandaru](https://redirect.github.com/sethsandaru) in [https://github.com/laravel/framework/pull/52935](https://redirect.github.com/laravel/framework/pull/52935)
- \[11.x] Test Improvements by [@crynobone](https://redirect.github.com/crynobone) in [https://github.com/laravel/framework/pull/52933](https://redirect.github.com/laravel/framework/pull/52933)
- \[11.x] Fixes trust proxy `REMOTE_ADDR` not working in Swoole by [@chuoke](https://redirect.github.com/chuoke) in [https://github.com/laravel/framework/pull/52889](https://redirect.github.com/laravel/framework/pull/52889)
- \[11.x] Fixes function loading conflicts when using `[@include](https://redirect.github.com/include)('vendor/autoload.php')` via Laravel Envoy by [@s-damian](https://redirect.github.com/s-damian) in [https://github.com/laravel/framework/pull/52974](https://redirect.github.com/laravel/framework/pull/52974)
- \[11.x] Support Laravel Prompts 0.3+ by [@crynobone](https://redirect.github.com/crynobone) in [https://github.com/laravel/framework/pull/52993](https://redirect.github.com/laravel/framework/pull/52993)
- Allow mass assignment with mutators when using model::guarded by [@Apfelfrisch](https://redirect.github.com/Apfelfrisch) in [https://github.com/laravel/framework/pull/52962](https://redirect.github.com/laravel/framework/pull/52962)
- \[11.x] Add `make:job-middleware` artisan command by [@dshafik](https://redirect.github.com/dshafik) in [https://github.com/laravel/framework/pull/52965](https://redirect.github.com/laravel/framework/pull/52965)
- \[11.x] Auto discover Events outside app namespace when folder name is in kebab-case by [@xizprodev](https://redirect.github.com/xizprodev) in [https://github.com/laravel/framework/pull/52976](https://redirect.github.com/laravel/framework/pull/52976)
- \[11.x] Feat: factory generic in make:model command by [@MrPunyapal](https://redirect.github.com/MrPunyapal) in [https://github.com/laravel/framework/pull/52855](https://redirect.github.com/laravel/framework/pull/52855)
Configuration
📅 Schedule: Branch creation - "before 4pm every weekday except before 9am every weekday" in timezone America/New_York, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
â™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
11.25.0
->11.26.0
Release Notes
laravel/framework (laravel/framework)
### [`v11.26.0`](https://redirect.github.com/laravel/framework/blob/HEAD/CHANGELOG.md#v11260---2024-10-01) [Compare Source](https://redirect.github.com/laravel/framework/compare/v11.25.0...v11.26.0) - \[11.x] Fix PHPDoc typo by [@LucaRed](https://redirect.github.com/LucaRed) in [https://github.com/laravel/framework/pull/52960](https://redirect.github.com/laravel/framework/pull/52960) - Add stop() method to Process and Pool by [@MiniCodeMonkey](https://redirect.github.com/MiniCodeMonkey) in [https://github.com/laravel/framework/pull/52959](https://redirect.github.com/laravel/framework/pull/52959) - \[11.x] Improve PHPDoc by [@staudenmeir](https://redirect.github.com/staudenmeir) in [https://github.com/laravel/framework/pull/52949](https://redirect.github.com/laravel/framework/pull/52949) - \[11.x] Fix crash of method PreventsCircularRecursion::withoutRecursion() on mocked models by [@maximetassy](https://redirect.github.com/maximetassy) in [https://github.com/laravel/framework/pull/52943](https://redirect.github.com/laravel/framework/pull/52943) - \[11.x] Document callable types for `Enumerable::implode()` by [@devfrey](https://redirect.github.com/devfrey) in [https://github.com/laravel/framework/pull/52937](https://redirect.github.com/laravel/framework/pull/52937) - \[11.x] Allows Unit & Backed Enums for registering named `RateLimiter` & `RateLimited` middleware by [@sethsandaru](https://redirect.github.com/sethsandaru) in [https://github.com/laravel/framework/pull/52935](https://redirect.github.com/laravel/framework/pull/52935) - \[11.x] Test Improvements by [@crynobone](https://redirect.github.com/crynobone) in [https://github.com/laravel/framework/pull/52933](https://redirect.github.com/laravel/framework/pull/52933) - \[11.x] Fixes trust proxy `REMOTE_ADDR` not working in Swoole by [@chuoke](https://redirect.github.com/chuoke) in [https://github.com/laravel/framework/pull/52889](https://redirect.github.com/laravel/framework/pull/52889) - \[11.x] Fixes function loading conflicts when using `[@include](https://redirect.github.com/include)('vendor/autoload.php')` via Laravel Envoy by [@s-damian](https://redirect.github.com/s-damian) in [https://github.com/laravel/framework/pull/52974](https://redirect.github.com/laravel/framework/pull/52974) - \[11.x] Support Laravel Prompts 0.3+ by [@crynobone](https://redirect.github.com/crynobone) in [https://github.com/laravel/framework/pull/52993](https://redirect.github.com/laravel/framework/pull/52993) - Allow mass assignment with mutators when using model::guarded by [@Apfelfrisch](https://redirect.github.com/Apfelfrisch) in [https://github.com/laravel/framework/pull/52962](https://redirect.github.com/laravel/framework/pull/52962) - \[11.x] Add `make:job-middleware` artisan command by [@dshafik](https://redirect.github.com/dshafik) in [https://github.com/laravel/framework/pull/52965](https://redirect.github.com/laravel/framework/pull/52965) - \[11.x] Auto discover Events outside app namespace when folder name is in kebab-case by [@xizprodev](https://redirect.github.com/xizprodev) in [https://github.com/laravel/framework/pull/52976](https://redirect.github.com/laravel/framework/pull/52976) - \[11.x] Feat: factory generic in make:model command by [@MrPunyapal](https://redirect.github.com/MrPunyapal) in [https://github.com/laravel/framework/pull/52855](https://redirect.github.com/laravel/framework/pull/52855)Configuration
📅 Schedule: Branch creation - "before 4pm every weekday except before 9am every weekday" in timezone America/New_York, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
â™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.