I am new in laravel.I try to build form with laravel collective.I update laravel for collective by composer require laravelcollective/html
then add in app.php Collective\Html\ HtmlServiceProvide::class
in providers add add
Form' => Collective\Html\FormFacade::class,
'Html' => Collective\Html\FormFacade::class
in aliases But it displays errors in these three updated things in providers & aliases(Collective\Html\FormFacade type not defined) and in browser it displays error(form not defined) Any help?please