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.
既存の L3 プロジェクトを L4 に移植しています。
私のログインビューでは、{{ Form::checkbox('remember', 'remember', Input::had('remember')) }}私を覚えているボタンのステータスを再入力するために使用しました。
{{ Form::checkbox('remember', 'remember', Input::had('remember')) }}
ただし、L4 では、Input::had は非推奨です。では、の代用はInput::had()何ですか?または、チェックボックスのステータスを再設定する別のよりセクシーな方法はありますか?
Input::had()