我已经从 L4.2 升级到 L5.3.20 并且我尝试使用 Collective-laravel FormFacades 和 HTMLFacade 以及下面的代码,但是我得到了错误导致我的下拉菜单。我该如何纠正
{{ Form::select('employeeID', $employees,null,['class' => 'form-control input-xlarge select2me','data-placeholder'=>'Select Employee...']) }}
'Form' => Collective\Html\FormFacade::class,
'HTML' => Collective\Html\HtmlFacade::class,
结果:
{"id":25,"employeeID":"asdfasdfasdf","fullName":"Sdfas","email":"ddd@yahoo.com","gender":"female","fatherName":"Dfasdfasdf","mobileNumber":"3452345","date_of_birth":"2016-10-11","designation":1,"joiningDate":"2016-10-31","profileImage":"Sdfas_asdfasdfasdf.png","localAddress":"234523","permanentAddress":"452345","status":null,"last_login":null,"remember_token":null,"exit_date":null,"created_at":"2016-10-27 02:21:56","updated_at":"2016-10-27 02:21:56"}