Mega work on structure.

This commit is contained in:
Taylor Otwell
2014-08-20 00:10:30 -05:00
parent aae8ef3059
commit 177d1ebb7a
19 changed files with 74 additions and 37 deletions

14
app/Http/routes.php Normal file
View File

@@ -0,0 +1,14 @@
<?php
/*
|--------------------------------------------------------------------------
| Application Routes
|--------------------------------------------------------------------------
|
| Here is where you can register all of the routes for an application.
| It's a breeze. Simply tell Laravel the URIs it should respond to
| and give it the Closure to execute when that URI is requested.
|
*/
Route::get('/', 'HomeController@index');