Commit f49a7605 authored by Nicolas Widart's avatar Nicolas Widart

Adding basic routes

parent 5856a31e
<?php <?php
Route::get('/', 'HomeController@index'); Route::get('/', 'App\Http\Controllers\HomeController@index');
...@@ -41,7 +41,7 @@ class RouteServiceProvider extends ServiceProvider { ...@@ -41,7 +41,7 @@ class RouteServiceProvider extends ServiceProvider {
*/ */
public function map(Router $router) public function map(Router $router)
{ {
// require app_path('Http/routes.php'); require app_path('Http/routes.php');
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment