gpt4 book ai didi

html - 如何使用 laravel collective 5.2 以形式实现 css 类。 *

转载 作者:太空宇宙 更新时间:2023-11-04 09:55:13 34 4
gpt4 key购买 nike

您好,我正在开发一个应用程序,我需要使用集体 laravel“5.2.*”将 css 类实现为一个表单。

我现在的代码是这样的:

{!! Form::model($user, array('route' => array('home.user.update', $user->id)), css clases should go here? or what !!}

{!! Form::close() !!}

当我尝试放置 css 类时,它不起作用。

最佳答案

类应该像这样添加..

 {!! Form::model($home, ['id' => 'form1','method' => 'PATCH', 'action' => ['HomeController@update',$home->id], 'class' => 'form-horizontal', 'files' => 'true']) !!} 

关于html - 如何使用 laravel collective 5.2 以形式实现 css 类。 *,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38790089/

34 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com