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(); )