Change login layout #3823
Answered
by
michaelhume
mateusgalasso
asked this question in
Q&A
-
|
Good morning, I need to change the layout of the Laravel Nova 4 login screen. How could I do that? |
Beta Was this translation helpful? Give feedback.
Answered by
michaelhume
Apr 7, 2022
Replies: 1 comment 3 replies
-
|
You can add the following to config/nova.php to override the login route. 'routes' => [
'login' => '/login'
], |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
crynobone
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can add the following to config/nova.php to override the login route.