Skip to content

Instantly share code, notes, and snippets.

@Sankame
Created July 15, 2014 15:28
Show Gist options
  • Select an option

  • Save Sankame/649420870dc9835cb08c to your computer and use it in GitHub Desktop.

Select an option

Save Sankame/649420870dc9835cb08c to your computer and use it in GitHub Desktop.
<?php
Route::any(
"/test"
, function (){
Log::debug( Input::get('test') );
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment