I had a website and passwords are stored in plain text. Now I converted to Laravel 5 and I want to convert all those plain passwords of users to Laravel encrypted password from PhpMyAdmin. Therefore, I need an SQL statement to convert all passwords which is in password column to Laravel encrypted password.
If is not possible to do it from PhpMyAdmin then please explain another alternative.
Thanks in advance.