diff --git a/routes/web.php b/routes/web.php index f95eb9d..60145d3 100644 --- a/routes/web.php +++ b/routes/web.php @@ -1,5 +1,6 @@ env('REGISTRATION', false) === true || env('REGISTRATION', false) === \Request::ip() ]); +Route::auth([ 'register' => Dashboard::canRegister() ]); Route::get('/logout', 'Auth\LoginController@logout'); /*