Figuring out routes, etc

This commit is contained in:
Ben Ramey
2017-11-01 07:58:11 -05:00
parent 519e7a4c23
commit 58ffca6947
11 changed files with 111 additions and 80 deletions

View File

@@ -17,4 +17,4 @@ Route::get('/', function () {
Auth::routes();
Route::get('/home', 'HomeController@index')->name('home');
Route::get('/dashboard', 'DashboardController@index')->name('dashboard');