4 |--------------------------------------------------------------------------
6 |--------------------------------------------------------------------------
8 | Here is where you can register all of the routes for an application.
9 | It is a breeze. Simply tell Lumen the URIs it should respond to
10 | and give it the Closure to call when that URI is requested.
14 $app->get('/', 'HomeController@home');