Tag Archives: FatalErrorException in 995b3a550c2036a6d4d14e76d0638d4595acf41e.php line 49: Class ‘Form’ not found

FatalErrorException Class ‘Form’ not found in Laravel 5.2

Solutions for this Error as below Please note Bold lines of codes we are adding extra in the below files. step1: Open the composer.json file and edit the following lines of code. “require”: { “php”: “>=5.5.9”, “laravel/framework”: “5.2.*”, “laravelcollective/html”: “5.2.*”, }, Step2:Open config/app.php file ‘providers’ => [ /* * Laravel Framework Service Providers… */ Illuminate\Auth\AuthServiceProvider::class,… Read More »