I have an error when upgrading laravel 6
Symfony \\ Component \\ Debug \\ Exception \\ FatalThrowableError (E_ERROR) Class \'Illuminate\\Support\\F
You can use $request->all() in place of Input::all(). It worked in my case.
$request->all()
Input::all()