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'); /*