first Add in composer.json
"illuminate/html": "5.*" and update composer
second
add under 'providers'
Illuminate\Html\HtmlServiceProvider::class, add under 'aliases'
'Form' => Illuminate\Html\FormFacade::class, 'Html' => Illuminate\Html\HtmlFacade::class,
but after i run my page it say Class 'HTML' not found what the problem