を選択:::http://four.laravel.com/docs/html#form-model-bindingLaravel 4形モデルは、ドキュメントを読んだ後、[OK]
私はこのようになりますフォームがあります。
{{ Form::model($profile, array('action' => '[email protected]', $profile->user_id, 'files' => true)) }}
{{ Form::select('gender', array('0' => 'What gender are you?', '1' => 'Male', '2' => 'Female'), array('class' => 'span12')) }}
{{ From::close() }}
を私の問題は、次のとおりです。モデルバインディングが動作しませんForm :: selectは、テキスト入力に適しています。私は何を間違えているのですか?
ありがとうございました。
ありがとうございます、魅力的です。 – user1543871
喜んでお手伝いします:) – kJamesy
ありがとうございました。 – Brent