added auth scaffolding

This commit is contained in:
2018-07-08 21:36:14 +02:00
parent c941599f01
commit d1fa087121
11 changed files with 58213 additions and 0 deletions
+4
View File
@@ -14,3 +14,7 @@
Route::get('/', function () {
return view('welcome');
});
Auth::routes();
Route::get('/home', 'HomeController@index')->name('home');