bootstrap-form icon indicating copy to clipboard operation
bootstrap-form copied to clipboard

#bug _method not generated without store key

Open t1k3 opened this issue 6 years ago • 1 comments

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">

t1k3 avatar Jul 04 '17 06:07 t1k3

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.

dwightwatson avatar Jul 04 '17 06:07 dwightwatson