It is Input and not input. This commit removed Input facade definition from config/app.php hence you have to manually add that in to aliases array as below,
代碼: 選擇全部
'Input' => Illuminate\Support\Facades\Input::class,
代碼: 選擇全部
use Illuminate\Support\Facades\Input;