==== laravel/framework v10.8.0 https://github.com/laravel/framework/releases/tag/v10.8.0 ### 追加された機能 - Process::pipeメソッドに構文糖が追加されました([#46745](https://github.com/laravel/framework/pull/46745)) - ForeignIdColumnDefinition@constrained()を呼び出す際にインデックス名を指定できるようになりました([#46746](https://github.com/laravel/framework/pull/46746)) - AuthenticateSessionミドルウェアでリダイレクトURLをカスタマイズできるようになりました([#46752](https://github.com/laravel/framework/pull/46752)) - クラスベースのバリデーションルールが追加されました([#46757](https://github.com/laravel/framework/pull/46757)) - ブロードキャストイベントに最大例外が追加されました([#46800](https://github.com/laravel/framework/pull/46800)) ### 修正された問題 - コンパイルされたビューファイルが.phpで終わるように修正されました([#46755](https://github.com/laravel/framework/pull/46755)) - バリデーションルール名が修正されました([#46768](https://github.com/laravel/framework/pull/46768)) - validateDecimal()が修正されました([#46809](https://github.com/laravel/framework/pull/46809)) ### 変更された内容 - `Illuminate/Foundation/Application::abourd()`で例外にヘッダーが追加されました([#46780](https://github.com/laravel/framework/pull/46780)) - スケルトンが軽量化されました(フレームワーク版)([#46786](https://github.com/laravel/framework/pull/46786)) - ShouldBeUniqueを実装するジョブのロックが、afterResponse()でディスパッチされた場合に解除されるようになりました([#46806](https://github.com/laravel/framework/pull/46806)) #laravel