0
嗨我正在開發一個應用程序,我需要使用集合laravel「5.2。*」實現css類到一個窗體。如何使用laravel集體在表單中實現css類5.2。 *
我對現在的代碼是這樣的:
{!! Form::model($user, array('route' => array('home.user.update', $user->id)), css clases should go here? or what !!}
{!! Form::close() !!}
當我試圖把CSS類,這是行不通的。
它不工作 – franklin
我 {! Form :: model($ home,['id'=>'form1','method'=>'PATCH','action'=> ['HomeController @ update',$ home-> id],'class'= >'form-horizontal','files'=>'true'])!!} 它工作正常 – Jaimin
謝謝,現在作品 – franklin