I have done following process for resolving the error.
-I have added "illuminate/html": "5.*" to composer.json and ran "composer update" -I have added following to config/app.php 'Illuminate\Html\HtmlServiceProvider',
'Form' => 'Illuminate\Html\FormFacade',
'Html' => 'Illuminate\Html\HtmlFacade',
- but my whole project is not working.Not running.It seems that it is composer issue. Please help.