Input
 class Winter\Storm\Support\Facades\Input
extends Winter\Storm\Support\FacadeExtends
| Class | Description | 
|---|---|
| Facade | Facade base class Adds the ability to define a fallback instance. | 
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 | Type | Description | 
|---|---|---|
| $key | string | null | string | null | 
| $default | mixed | mixed | 
Returns
            mixed
                protected static getFacadeAccessor () : string
Get the registered name of the component.
Resolves to:
- Illuminate\Http\Request
Returns
            string
                
    Copyright © 2025 Winter CMS