Tweak location of routes files.

This commit is contained in:
Taylor Otwell
2016-07-14 09:36:17 -05:00
parent 2b05ce3b05
commit 7ec26ce916
3 changed files with 39 additions and 2 deletions

16
routes/web.php Normal file
View File

@@ -0,0 +1,16 @@
<?php
/*
|--------------------------------------------------------------------------
| Web Routes
|--------------------------------------------------------------------------
|
| This file is where you may define all of the routes that are handled
| by your application. Just tell Laravel the URIs it should respond
| to using a given Closure or controller and enjoy the fresh air.
|
*/
Route::get('/', function () {
return view('welcome');
});