Skip to content

Instantly share code, notes, and snippets.

@mahardianto
Last active January 30, 2017 02:23
Show Gist options
  • Save mahardianto/bd7386ad54f8aff41b43f8f5a0ddcc20 to your computer and use it in GitHub Desktop.
Save mahardianto/bd7386ad54f8aff41b43f8f5a0ddcc20 to your computer and use it in GitHub Desktop.
<?php
Route::get('/', function () {
return view('welcome');
});
Route::get('test', function () {
return view('test');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment