Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

yousails's avatar

Route [nova.login] not defined.

When I installed nova, open http://app.test/nova/login, this error was arise.

0 likes
4 replies
frezno's avatar

if you are working on Windows, @yousails , take a look at your config/app.php file. Its pretty likely that at the section "providers" the entry App\Providers\NovaServiceProvider::class is missing. You have to add it manually and then you should be fine.

1 like
yousails's avatar

@FREZNO - I'm working on mac, I had already App\Providers\NovaServiceProvider::class to config/app.php

Please or to participate in this conversation.