I have a problem with Laravel Form & HTML. I ran Composer.
composer require illuminate/html
It worked just fine and I added Illuminate\Html\HtmlServiceProvider::class,
to my app.php. I also added 'Form' => Illuminate\Html\FormFacade::class,
and 'Html'=> Illuminate\Html\HtmlFacade::class,
to my aliases but I still get an error.
FatalErrorException in 792badfd9bd1a291ca2af663e544784e7ea6712c.php line 6: Class 'Form' not found