Tag Archives: class not found error

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 »