Skip to content

Instantly share code, notes, and snippets.

@eminetto
Created August 20, 2014 13:56
Show Gist options
  • Save eminetto/40493dcabc4381b1d4c4 to your computer and use it in GitHub Desktop.
Save eminetto/40493dcabc4381b1d4c4 to your computer and use it in GitHub Desktop.
Route::get('contato', array('as' => 'contato', 'uses' => 'HomeController@contato'));
Route::post('contato', 'HomeController@postContato');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment