diff --git a/app/controllers/DashboardController.php b/app/controllers/DashboardController.php new file mode 100644 index 00000000..7ca59c2b --- /dev/null +++ b/app/controllers/DashboardController.php @@ -0,0 +1,10 @@ + 'auth'], function() { + Route::get('/dashboard', 'DashboardController@showDashboard'); + });