In this tutorial im going to solve this Call to undefined method Illuminate\Support\Facades\Request::input() error.
Error: –
Call to undefined method Illuminate\Support\Facades\Request::input()
Solution :- Import below class in your controller file.
use Illuminate\Http\Request;
Thanks its helpfull for you.