Start some customization

This commit is contained in:
Ben Ramey
2017-10-31 21:46:54 -05:00
parent 1eb5272b75
commit 471e2eb16a
6 changed files with 25 additions and 137 deletions

View File

@@ -12,5 +12,5 @@
*/
Route::get('/', function () {
return view('welcome');
return view('home');
});