Skip to content

Instantly share code, notes, and snippets.

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