laravel/framework v10.15.0
https://github.com/laravel/framework/releases/tag/v10.15.0
* [10.x] `AblyBroadcaster`の`getPrivateToken`の戻り値の型を変更しました。 by @milwad-dev in https://github.com/laravel/framework/pull/47602
* [10.x] クエリビルダに`toRawSql`、`dumpRawSql()`、`ddRawSql()`を追加しました。 by @tpetry in https://github.com/laravel/framework/pull/47507
* [10.x] ミドルウェアによって行われた変更が`recorderHandler`に記録されない問題を修正しました。 by @j3j5 in https://github.com/laravel/framework/pull/47614
* `Mailable`から`SendQueuedMailable`ジョブへのキューの受け渡しを行うようにしました。 by @Tarpsvo in https://github.com/laravel/framework/pull/47612
* [10.x] サブミニッツスケジューリングを追加しました。 by @jessarcher in https://github.com/laravel/framework/pull/47279
* [10.x] DynamoDB Local 2.0.0で実行されるテストの失敗を修正しました。 by @crynobone in https://github.com/laravel/framework/pull/47653
* [10.x] パスワードリセットのコールバックが結果を変更できるようにしました。 by @GrahamCampbell in https://github.com/laravel/framework/pull/47641
* コレクションに対する`forget`メソッドを追加しました。 by @joelbutcher in https://github.com/laravel/framework/pull/47637
* [10.x] 既存のモデルの増減時にグローバルスコープを適用しないようにしました。 by @cosmastech in https://github.com/laravel/framework/pull/47629
* [10.x] "notifications"マークダウンメールにインライン添付ファイルのサポートを追加しました。 by @nunomaduro in https://github.com/laravel/framework/pull/47643
* 送信されるメールの数をアサートするためのメソッドを追加しました。 by @jasonmccreary in https://github.com/laravel/framework/pull/47655
* [10.x] `getRawQueryLog()`メソッドを追加しました。 by @fuwasegu in https://github.com/laravel/framework/pull/47623
* [10.x] `Storage::cloud()`の戻り値の型を修正しました。 by @tattali in https://github.com/laravel/framework/pull/47664
* [10.x] `Str`クラスに`isUrl`を追加し、バリデータから使用するようにしました。 by @GrahamCampbell in https://github.com/laravel/framework/pull/47688
* [10.x] スタックトレースを含める不要な呼び出しを削除しました。 by @HazzazBinFaiz in https://github.com/laravel/framework/pull/47687
* [10.x] Viteが新しい`ManifestNotFoundException`をスローするようにしました。 by @innocenzi in https://github.com/laravel/framework/pull/47681
* [10.x] コンソールカーネルのファイルロジックを専用のメソッドに移動しました。 by @CalebDW in https://github.com/laravel/framework/pull/47665
* [10.x] モデルのプルーニングが開始されたと終了したイベントをディスパッチするようにしました。 by @ziadoz in https://github.com/laravel/framework/pull/47669
* [10.x] `DatabaseRule`を更新し、シンプルなwhere句に対してEnumを処理できるようにし
#laravel