Files
ponzi/routes/web.php
Taylor Otwell 5ccd086552 Remove aliases.
2016-07-14 16:48:59 -05:00

17 lines
450 B
PHP

<?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');
});