Recent Topics

Remember me functionality



  • Hello,

    I am trying to add remember me functionality but unable to do it in guard. Can you tell me how can i add remember me functionality in login.

    Regards
    Deepak Sharma



  • Hello dsharma

    In bagisto multi authentication is there. So you'll have to create your custom remember me.
    Remember me uses cookies to store remember me token and hence you'll have to change the reg migrations and add rememberToken()
    i.e ($table -> rememberToken(); )


Log in to reply