Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Input::flash()Laravel 4 では、との違いは何Session::flash(Input::all())ですか?
Input::flash()
Session::flash(Input::all())
大きな違いはありません。前者は、たとえば、検証が失敗した場合にフォームを再設定するために、ユーザーの入力をセッションに保存するという一般的に必要なタスクの便利な方法です。