Working on routing and providers.

This commit is contained in:
Taylor Otwell
2014-10-14 20:07:12 -05:00
parent 5bb0752338
commit d3bf13b10b
4 changed files with 36 additions and 36 deletions

View File

@@ -1,14 +0,0 @@
<?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.
|
*/
$router->get('/', 'HomeController@index');