{{ Form::model($model) }}
Any form inputs inside the form that match the fields of the model will automatically be populated.
Thanks, So I do not have to add the model name ?
Roelof
Edit 1 : I found that on editing this is used
Form::model($user, array('route' => array('user.update', $user->id)))
Edit 2 : On most tutorials form: open is used. Is this a better way then form:model ??/
no one who can shine a light on this matter ?
Roelof
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community