Input

 class Winter\Storm\Support\Facades\Input
extends Winter\Storm\Support\Facade

Methods

public static get (string | null $key = null, mixed $default = null) : mixed

Get an item from the input data.

This method is used for all request verbs (GET, POST, PUT, and DELETE)

Parameters
Property Description
$key
string | null
$default
mixed
Returns
mixed

protected static getFacadeAccessor () : string

Get the registered name of the component.

Resolves to:

  • Illuminate\Http\Request
Returns
string
Copyright © 2024 Winter CMS