Skip to content

Instantly share code, notes, and snippets.

@syossan27
Created January 17, 2015 12:58
Show Gist options
  • Save syossan27/0cab26151886893c9f2d to your computer and use it in GitHub Desktop.
Save syossan27/0cab26151886893c9f2d to your computer and use it in GitHub Desktop.
public function hoge(){
if ( Input::get('msg') == 'hoge') {
return Response::make("OK!", 200);
} else {
return Response::make("NG!", 500);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment