I was trying to install laravel Collective form class as instructed in http://laravelcollective.com/docs/5.1/html. I added the lines in provider and alias arrays. But it still returning error 'FatalErrorException in 35d2ebae68816953807290e20156144f line 7: Class 'HTML' not found'
My Composer.json file
My config->app.php file
HTML
? Try withHtml
. I did this mistake a few times. - Iamzozo