From 3335ca34c44c0189c7d937d83bcd35e279b1e50f Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Mon, 2 Aug 2021 16:35:14 -0400 Subject: [PATCH] Sync up the traditional bootstrap web routes with the base ones --- traditional-bootstrap/routes/web.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/traditional-bootstrap/routes/web.php b/traditional-bootstrap/routes/web.php index 2052b5a..30812df 100644 --- a/traditional-bootstrap/routes/web.php +++ b/traditional-bootstrap/routes/web.php @@ -1,5 +1,7 @@ env('REGISTRATION', false) === true || env('REGISTRATION', false) === \Request::ip() ]); +Route::auth([ 'register' => Dashboard::canRegister() ]); Route::get('/logout', 'Auth\LoginController@logout'); /*