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

christopher's avatar

Nova login

So as far as i understood, there's no login at the local env, so i would also need no user to login.

I installed nova, but i am getting always redirected to the login screen from nova. Did i missed something?

0 likes
2 replies
vmitchell85's avatar

I think you have to create a user account for nova... though you don't need to run make:auth as long as you have the users migration still.

Just run php artisan nova:user and it'll let you create a user to use with Nova.

1 like
ejdelmonico's avatar

You just need any user in your laravel users table for the local environment. You can give a policy to delegate user permissions or just give an users email address as the super admin.

Please or to participate in this conversation.