News

When using Input::get() or array_get() the default values are only returned if the Input key is missing. Not if the value is empty or null. I feel like if you wanted to check for missing values that ...