Have you checked that you Laravel version is compatible with your Nova version?
Jan 31, 2025
3
Level 4
Custom Password Logic for Nova
I have installed Nova to my laravel application. It uses default laravel guard for login but my users table doesn't store password using bcrypt. It has a custom password encryption logic. password column is also different.
I need to use this custom password logic for login.
Please or to participate in this conversation.