Skip to content

Instantly share code, notes, and snippets.

@patrickmaciel
Created January 17, 2014 19:34
Show Gist options
  • Save patrickmaciel/8479939 to your computer and use it in GitHub Desktop.
Save patrickmaciel/8479939 to your computer and use it in GitHub Desktop.
Laravel 4 - rota básica (teste)
<?php
Route::get('/', function()
{
return 'Olá mundo';
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment