I am trying to implement Remember me in Laravel Auth. If a user logout, and visting to the sign in page how can I make username and password field filled in the login form?
Now, on logout it is clearing the cookie.
\vendor\laravel\framework\src\Illuminate\Auth\Guard.php
COUNT
Thanks in advance