I\'m trying to work on a post function in Laravel 4. My form has a number of fields that on submitting, goes to the post function in the controller.
The problem is, the
Spaces in name were converted to dash. In your case, try:
Input::get('Type_1');