get($key = null, $default = null) | Laravel Facades Part Four: Facade Class Reference
The get method will get an item from the input data, such as when a user posts a form or an API request is being processed. The get method can be used for requests with the following HTTP verbs: GET, POST, PUT, DELETE The get method will invoke...