I’ve been searching but couldn’t find a solution.
I don’t know if Nova allows it, but I need to save to a Log file every time a user accesses through the Login screen.
I’ve been searching but couldn’t find a solution.
I don’t know if Nova allows it, but I need to save to a Log file every time a user accesses through the Login screen.
2
Answers
goto
Http/Controllers/Auth/LoginController.php
and you can write your code inlogin
method.You can override nova login controller in
NovaServiceProvider
And add custom logic to new
LoginController