As an example when we put     {!! Form::open(array('route' => 'merchant.saveMerchant','method'=>'POST','class'=>'form-horizontal','enctype' => 'multipart/form-data')) !!}    tag in a html form, it will give below error.

Error : Class 'Collective\Html\FormFacade not found in Laravel.


Solution :

Open composer.Then run

composer require laravelcollective/html