Check upon login
Upon logging in, I would like to check whether a user has filled in his profile information. Is there any hook I could use to accomplish this?
3 Replies
If it's a one time check, I think you can listen for a Login Event (I think Laravel sends one). If you want to redirect the user or similar a middleware would be a better option
yes, you can use a listener: