2
votes

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'

full error

My installation commands- enter image description here

My Composer.json file

My config->app.php file

1
Are you using uppercased name, HTML? Try with Html. I did this mistake a few times. - Iamzozo
I was indeed! Thanks - Shawon0418
Please don't post terminal input and output as image because it's not ideal. - Karl Richter
Sorry, won't do it again. - Shawon0418

1 Answers

0
votes

Try the following:

Html

instead of:

HTML