Open t1k3 opened 7 years ago
The _method input not generated when the store key is not exists or null.
{!! BootForm::open([ 'model' => $user, 'update' => 'users.update', ]) !!}
<form method="POST" action="*/users/1/edit" update="users.update" role="form">
Hey, thanks for reporting this. Unfortunately I don't have a lot of time to dive into this at the moment, but I'm happy to accept any PR that can resolve this. Otherwise I'll get to this at some point down the line.
The _method input not generated when the store key is not exists or null.
{!! BootForm::open([ 'model' => $user, 'update' => 'users.update', ]) !!}
<form method="POST" action="*/users/1/edit" update="users.update" role="form">