File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ LARAVEL_LOGGER_FONT_AWESOME_CDN_URL=https://maxcdn.bootstrapcdn.com/font-awesome
114
114
LARAVEL_LOGGER_BOOTSTRAP_CSS_CDN_ENABLED = false
115
115
LARAVEL_LOGGER_BOOTSTRAP_CSS_CDN_URL = https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css
116
116
117
+ LARAVEL_BLOCKER_DATABASE_CONNECTION = mysql
117
118
LARAVEL_BLOCKER_USER_MODEL = App\Models\User
118
119
LARAVEL_BLOCKER_AUTH_ENABLED = true
119
120
LARAVEL_BLOCKER_ROLES_ENABLED = true
Original file line number Diff line number Diff line change 64
64
{{-- Authentication Links --}}
65
65
@guest
66
66
<li ><a class =" nav-link" href =" {{ route (' login' ) } }" >{{ trans (' titles.login' ) } } </a ></li >
67
- <li ><a class =" nav-link" href =" {{ route (' register' ) } }" >{{ trans (' titles.register' ) } } </a ></li >
67
+ @if (Route:: has (' register' ) )
68
+ <li ><a class =" nav-link" href =" {{ route (' register' ) } }" >{{ trans (' titles.register' ) } } </a ></li >
69
+ @endif
68
70
@else
69
71
<li class =" nav-item dropdown" >
70
72
<a id =" navbarDropdown" class =" nav-link dropdown-toggle" href =" #" role =" button" data-toggle =" dropdown" aria-haspopup =" true" aria-expanded =" false" v-pre >
You can’t perform that action at this time.
0 commit comments