2014-08-12 16:18:11 -05:00
|
|
|
<?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.
|
|
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
2014-09-24 09:49:21 -05:00
|
|
|
$router->get('/', 'HomeController@index');
|