0
insert.blade.php
{!! Form::select('country', ['' => 'Select'] +$countries,'',array('class'=>'form-control','id'=>'country','style'=>'width:350px;'));!!}
'Form' => Collective\Html\FormFacade::class,
'Html' => Collective\Html\HtmlFacade::class,
When i m adding above 'Form' => Collective\Html\FormFacade::class,
'Html' => Collective\Html\HtmlFacade::class, in app.php it give me the following error
Unsupported operand types laravel 5.2
and
When i removed 'Form' => Collective\Html\FormFacade::class,
'Html' => Collective\Html\HtmlFacade::class,
i m getting class 'Form' not found
코드의 문제점은 무엇입니까? 어디 코드를 편집 하시겠습니까? 코드의 문제점은 무엇입니까? 어디 코드를 편집 하시겠습니까? 코드의 문제점은 무엇입니까? 어디 코드를 편집 하시겠습니까?지원되지 않는 피연산자 유형 laravel 5.2